Skip to content

Commit 5c97ff3

Browse files
committed
Rustfmt
1 parent 85c557f commit 5c97ff3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/compiletest.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ fn run_tests(mode: Mode, path: &str, target: Option<String>) -> Result<()> {
6262
path_filter: path_filter.collect(),
6363
program: miri_path(),
6464
output_conflict_handling,
65-
manifest_path: use_std.then(|| std::env::current_dir().unwrap().join("test_dependencies").join("Cargo.toml")),
65+
manifest_path: use_std
66+
.then(|| std::env::current_dir().unwrap().join("test_dependencies").join("Cargo.toml")),
6667
dependency_builder: Some(DependencyBuilder {
6768
program: PathBuf::from("bash"),
6869
args: vec![

0 commit comments

Comments
 (0)