From 812f89728a3a1fbf3979e552fcb888fe6a500c19 Mon Sep 17 00:00:00 2001 From: Oneirical Date: Mon, 13 May 2024 22:15:11 -0400 Subject: fix fmt --- tests/run-make/c-link-to-rust-va-list-fn/rmake.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs b/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs index 489a637c445..7a450efff94 100644 --- a/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs +++ b/tests/run-make/c-link-to-rust-va-list-fn/rmake.rs @@ -8,8 +8,7 @@ use run_make_support::{cc, extra_c_flags, run, rustc, static_lib}; fn main() { - rustc().input("checkrust.rs") - .run(); + rustc().input("checkrust.rs").run(); cc().input("test.c") .input(static_lib("checkrust")) .out_exe("test") -- cgit 1.4.1-3-g733a5