mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix(ls): fix a clippy warning
"this `if` has identical blocks"
This commit is contained in:
@@ -173,8 +173,6 @@ impl Config {
|
||||
Format::Long
|
||||
} else if options.is_present(options::format::ONELINE) {
|
||||
Format::OneLine
|
||||
} else if options.is_present(options::format::COLUMNS) {
|
||||
Format::Columns
|
||||
} else {
|
||||
Format::Columns
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user