Formatting change

This commit is contained in:
sharkdp 2018-03-14 22:49:53 +01:00 committed by David Peter
parent d49b0aa977
commit 89a8f5573d

View file

@ -53,7 +53,7 @@ fn main() {
error("Error: could not get current directory."); error("Error: could not get current directory.");
} }
//Get one or more root directories to search. // Get one or more root directories to search.
let mut dir_vec: Vec<_> = match matches.values_of("path") { let mut dir_vec: Vec<_> = match matches.values_of("path") {
Some(paths) => paths Some(paths) => paths
.map(|path| { .map(|path| {