Run 'cargo fmt'

pull/295/head
sharkdp 6 years ago committed by David Peter
parent 375cf76e15
commit 8b4abb03db

@ -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> {

Loading…
Cancel
Save