(fmt) remove trailing whitespaces
This commit is contained in:
parent
bb442881fc
commit
e5db5b34d7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue