Skip to content

Commit 812f897

Browse files
committed
fix fmt
1 parent 10c358f commit 812f897

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: tests/run-make/c-link-to-rust-va-list-fn/rmake.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
use run_make_support::{cc, extra_c_flags, run, rustc, static_lib};
99

1010
fn main() {
11-
rustc().input("checkrust.rs")
12-
.run();
11+
rustc().input("checkrust.rs").run();
1312
cc().input("test.c")
1413
.input(static_lib("checkrust"))
1514
.out_exe("test")

0 commit comments

Comments
 (0)