Skip to content

Commit e5db5b3

Browse files
authored
(fmt) remove trailing whitespaces
1 parent bb44288 commit e5db5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_errors/emitter.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ impl EmitterWriter {
10011001
Some(ref sm) => sm,
10021002
None => return 0,
10031003
};
1004-
1004+
10051005
let mut max = 0;
10061006
for primary_span in msp.primary_spans() {
10071007
if !primary_span.is_dummy() {
@@ -1017,7 +1017,7 @@ impl EmitterWriter {
10171017
}
10181018
}
10191019
}
1020-
1020+
10211021
max
10221022
}
10231023

0 commit comments

Comments
 (0)