Skip to content

Commit 883606f

Browse files
committed
fmt fix
1 parent f17c805 commit 883606f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_span/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ impl fmt::Debug for Span {
10521052
.field("ctxt", &span.ctxt())
10531053
.finish()
10541054
}
1055-
1055+
10561056
if SESSION_GLOBALS.is_set() {
10571057
with_session_globals(|session_globals| {
10581058
if let Some(source_map) = &*session_globals.source_map.borrow() {

0 commit comments

Comments
 (0)