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

@@ -111,4 +111,4 @@ fn errors_if_file_not_found() {
);
assert!(output.contains("File could not be opened"));
}
}