mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 21:25:56 +00:00
Fixed else statement with cargo fmt
This commit is contained in:
parent
a272d3df16
commit
2af54dbacd
@ -174,8 +174,7 @@ impl App {
|
||||
}
|
||||
_ => unreachable!("other values for --wrap are not allowed"),
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
WrappingMode::NoWrapping(true)
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user