From 218e1842c001822d0a70377bff6731d4a532f598 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 29 Jul 2023 01:13:52 +0200 Subject: Minor comment reformat --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index eba0943..9bbe39f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -125,8 +125,7 @@ fn work() -> Result<(), Error> { .collect::, Error>>()?; /* Sort the src/dst pairs so that the sources with the longest componenets - * come first. - */ + come first. */ src_dst.sort_by_key(|(s, _)| Reverse(s.components().count())); let dir = tempdir()?; -- cgit v1.2.3