mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-07 22:02:31 +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"),
|
_ => 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