mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-08 16:07:43 +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,
|
Some(ref sm) => sm,
|
||||||
None => return 0,
|
None => return 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
let mut max = 0;
|
let mut max = 0;
|
||||||
for primary_span in msp.primary_spans() {
|
for primary_span in msp.primary_spans() {
|
||||||
if !primary_span.is_dummy() {
|
if !primary_span.is_dummy() {
|
||||||
@ -1017,7 +1017,7 @@ impl EmitterWriter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
max
|
max
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user