mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 18:28:18 +00:00
fix(ls): fix a clippy warning
"this `if` has identical blocks"
This commit is contained in:
parent
621511dcac
commit
976fa95ce8
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue