From 55d5f85c519217c3604e5c3ca549d71f400f13d3 Mon Sep 17 00:00:00 2001 From: binarycat Date: Wed, 24 Jul 2024 17:38:18 -0400 Subject: [PATCH] autoformat --- tests/run-make/fmt-write-bloat/rmake.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-make/fmt-write-bloat/rmake.rs b/tests/run-make/fmt-write-bloat/rmake.rs index 080090e7b53e3..34e98cfd934b9 100644 --- a/tests/run-make/fmt-write-bloat/rmake.rs +++ b/tests/run-make/fmt-write-bloat/rmake.rs @@ -1,7 +1,7 @@ //@ ignore-windows //@ ignore-cross-compile -use run_make_support::{rustc, symbols::any_symbol_contains, env::no_debug_assertions}; +use run_make_support::{env::no_debug_assertions, rustc, symbols::any_symbol_contains}; fn main() { rustc().input("main.rs").run();