mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 09:50:34 +01:00
Formatting change
This commit is contained in:
parent
d49b0aa977
commit
89a8f5573d
1 changed files with 1 additions and 1 deletions
|
@ -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| {
|
||||||
|
|
Loading…
Reference in a new issue