From 89a8f5573dac165adc35c92bd8d1e1363c578e72 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Wed, 14 Mar 2018 22:49:53 +0100 Subject: [PATCH] Formatting change --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f0d451b..ebab3fa 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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| {