Skip to content

Commit 316a9f2

Browse files
committed
cargo fmt
1 parent 66dbc02 commit 316a9f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/compile-test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ fn run_ui_toml() {
141141

142142
let res = run_ui_toml_tests(&config, tests);
143143
match res {
144-
Ok(true) => {}
144+
Ok(true) => {},
145145
Ok(false) => panic!("Some tests failed"),
146146
Err(e) => {
147147
println!("I/O failure during tests: {:?}", e);
148-
}
148+
},
149149
}
150150
}
151151

tests/missing-test-files.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn explore_directory(dir: &Path) -> Vec<String> {
4646
if file_stem != current_file {
4747
missing_files.push(path.to_str().unwrap().to_string());
4848
}
49-
}
49+
},
5050
_ => continue,
5151
};
5252
}

0 commit comments

Comments
 (0)