mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-08 07:57:40 +00:00
(fmt) remove trailing whitespaces
This commit is contained in:
parent
bb442881fc
commit
e5db5b34d7
@ -1001,7 +1001,7 @@ impl EmitterWriter {
|
||||
Some(ref sm) => sm,
|
||||
None => return 0,
|
||||
};
|
||||
|
||||
|
||||
let mut max = 0;
|
||||
for primary_span in msp.primary_spans() {
|
||||
if !primary_span.is_dummy() {
|
||||
@ -1017,7 +1017,7 @@ impl EmitterWriter {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
max
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user