1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-09 09:27:47 +00:00

ls: formatting

This commit is contained in:
Terts Diepraam 2021-03-14 13:32:15 +01:00
parent e2716c947b
commit 0717a5f301

View file

@ -122,7 +122,6 @@ struct Config {
display: DisplayOptions, display: DisplayOptions,
files: Files, files: Files,
sort: Sort, sort: Sort,
recursive: bool, recursive: bool,
reverse: bool, reverse: bool,
dereference: bool, dereference: bool,
@ -458,7 +457,7 @@ fn sort_entries(entries: &mut Vec<PathBuf>, config: &Config) {
) )
}), }),
Sort::Name => entries.sort(), Sort::Name => entries.sort(),
Sort::None => {}, Sort::None => {}
} }
if config.reverse { if config.reverse {