Skip to content

Commit cbf7312

Browse files
committed
tidy fix
1 parent b533344 commit cbf7312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/run-make/bare-outfile/rmake.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
//@ ignore-cross-compile
55

66
use run_make_support::{run, rustc, tmp_dir};
7-
use std::fs;
87
use std::env;
8+
use std::fs;
99

10-
fn main(){
10+
fn main() {
1111
fs::copy("foo.rs", tmp_dir()).unwrap();
1212
env::set_current_dir(tmp_dir());
1313
rustc().output("foo").input("foo.rs");

0 commit comments

Comments
 (0)