mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-15 12:24:17 +01:00
Rustfmt
This commit is contained in:
parent
7c98a1c901
commit
155bad3862
@ -270,7 +270,8 @@ impl App {
|
||||
.collect::<Result<Vec<OutputComponent>>>()
|
||||
}))?;
|
||||
|
||||
matches.value_of("style")
|
||||
matches
|
||||
.value_of("style")
|
||||
.map(|styles| {
|
||||
styles
|
||||
.split(",")
|
||||
|
@ -110,7 +110,7 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
||||
!&[
|
||||
"auto", "full", "plain", "changes", "header", "grid", "numbers",
|
||||
]
|
||||
.contains(style)
|
||||
.contains(style)
|
||||
});
|
||||
|
||||
if let Some(invalid) = invalid_vals.next() {
|
||||
|
Loading…
Reference in New Issue
Block a user