fixes identation on flatten_directories

Co-authored-by: hafiz <20735482+ayazhafiz@users.noreply.github.com>
This commit is contained in:
celso 2022-02-24 20:07:03 -03:00 committed by GitHub
parent 98f3f14984
commit 98eb359dad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,8 +45,8 @@ fn flatten_directories(files: std::vec::Vec<PathBuf>) -> std::vec::Vec<PathBuf>
}
Err(error) => internal_error!(
"There was an error while trying to read a file from a directory: {:?}",
error
"There was an error while trying to read a file from a directory: {:?}",
error
),
}
}