mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 11:22:30 +01:00
Run 'cargo fmt'
This commit is contained in:
@@ -415,10 +415,8 @@ impl App {
|
|||||||
} else {
|
} else {
|
||||||
InputFile::Ordinary(filename)
|
InputFile::Ordinary(filename)
|
||||||
}
|
}
|
||||||
})
|
}).collect()
|
||||||
.collect()
|
}).unwrap_or_else(|| vec![InputFile::StdIn])
|
||||||
})
|
|
||||||
.unwrap_or_else(|| vec![InputFile::StdIn])
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn output_components(&self) -> Result<OutputComponents> {
|
fn output_components(&self) -> Result<OutputComponents> {
|
||||||
|
Reference in New Issue
Block a user