mirror of
https://github.com/sharkdp/bat
synced 2026-08-10 20:01:45 +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"),
|
_ => unreachable!("other values for --wrap are not allowed"),
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
WrappingMode::NoWrapping(true)
|
WrappingMode::NoWrapping(true)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user