Skip to content

Commit 65fd006

Browse files
committed
remove unnecessary line break
1 parent e06ce72 commit 65fd006

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/cargo-miri.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ path = "lib.rs"
334334
Some(target) => target == rustc_version::version_meta().unwrap().host,
335335
};
336336
let sysroot = if is_host { dir.join("HOST") } else { PathBuf::from(dir) };
337-
338337
std::env::set_var("MIRI_SYSROOT", &sysroot); // pass the env var to the processes we spawn, which will turn it into "--sysroot" flags
339338
if print_env {
340339
println!("MIRI_SYSROOT='{}'", sysroot.display().to_string().replace('\'', r#"'"'"'"#));

0 commit comments

Comments
 (0)