summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-17 11:45:10 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-17 11:45:10 -0400
commite95b3348eb71c285c25ec30bcfd0b240ba802f03 (patch)
treeccc777ab2889cfc3211cd13bacb45618a563642a
parented4b297b57c2465d33f5eca190fd9f50303fcea5 (diff)
minor change
-rw-r--r--src/sort.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.rs b/src/sort.rs
index d8a8363..19be763 100644
--- a/src/sort.rs
+++ b/src/sort.rs
@@ -30,7 +30,7 @@ impl SortOption {
} else {
natural_sort_case_insensitive
}
- }
+ },
SortType::SortMtime => mtime_sort,
};