mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-07 13:52:25 +01:00
Fixed else statement with cargo fmt
This commit is contained in:
@@ -174,8 +174,7 @@ impl App {
|
||||
}
|
||||
_ => unreachable!("other values for --wrap are not allowed"),
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
WrappingMode::NoWrapping(true)
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user