Fix formatting with cargo fmt

This commit is contained in:
Dirkjan Ochtman
2019-08-26 20:19:05 +02:00
parent 3514c77aac
commit b77effa434
13 changed files with 148 additions and 181 deletions

View File

@ -25,7 +25,7 @@ fn accepts_and_creates_directories() {
let full_path = format!("{}/{}", Playground::root(), sandbox);
nu!(_output, cwd(&full_path), "mkdir dir_1 dir_2 dir_3");
assert!(h::files_exist_at(
vec![Path::new("dir_1"), Path::new("dir_2"), Path::new("dir_3")],
PathBuf::from(&full_path)