mirror of
https://github.com/sharkdp/bat
synced 2026-07-20 16:33:20 +00:00
Fixed else statement with cargo fmt
This commit is contained in:
+1
-2
@@ -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