Skip to content

Commit d9bbac0

Browse files
committed
Rustfmt
1 parent cfef0a4 commit d9bbac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_system/tests.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ impl TestRunner {
465465
out_dir.push("out");
466466

467467
let is_native = host_triple == target_triple;
468-
let jit_supported = target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");
468+
let jit_supported =
469+
target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");
469470

470471
let mut rust_flags = env::var("RUSTFLAGS").ok().unwrap_or("".to_string());
471472
let mut run_wrapper = Vec::new();

0 commit comments

Comments
 (0)