Skip to content

Commit 4d3ef6b

Browse files
committed
fix indentation of session/mod.rs
1 parent eaafe45 commit 4d3ef6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustc/session/mod.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -628,9 +628,9 @@ pub fn span_bug_fmt<S: Into<MultiSpan>>(file: &'static str,
628628
}
629629

630630
fn opt_span_bug_fmt<S: Into<MultiSpan>>(file: &'static str,
631-
line: u32,
632-
span: Option<S>,
633-
args: fmt::Arguments) -> ! {
631+
line: u32,
632+
span: Option<S>,
633+
args: fmt::Arguments) -> ! {
634634
tls::with_opt(move |tcx| {
635635
let msg = format!("{}:{}: {}", file, line, args);
636636
match (tcx, span) {

0 commit comments

Comments
 (0)