Skip to content

Commit ba76092

Browse files
committed
Fix tidy error
1 parent 45e962e commit ba76092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_driver/driver.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pub fn compile_input(trans: Box<TransCrate>,
141141
}
142142
)?
143143
};
144-
144+
145145
let output_paths = generated_output_paths(sess, &outputs, &crate_name);
146146

147147
// Ensure the source file isn't accidentally overwritten during compilation.

0 commit comments

Comments
 (0)