Skip to content

Commit

Permalink
autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
binarycat committed Jul 24, 2024
1 parent 3f14e9c commit 55d5f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-make/fmt-write-bloat/rmake.rs
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit 55d5f85

Please sign in to comment.