Formatting change

This commit is contained in:
sharkdp 2018-03-14 22:49:53 +01:00 committed by David Peter
parent d49b0aa977
commit 89a8f5573d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ fn main() {
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") {
Some(paths) => paths
.map(|path| {