fix one more case of trailing space
This commit is contained in:
parent
0ff8ae3111
commit
989d1a732f
105 changed files with 140 additions and 140 deletions
compiler/rustc_errors/src
|
@ -819,7 +819,7 @@ impl EmitterWriter {
|
|||
}
|
||||
buffer.puts(line_offset, 0, &self.maybe_anonymized(line_index), Style::LineNumber);
|
||||
|
||||
draw_col_separator(buffer, line_offset, width_offset - 2);
|
||||
draw_col_separator_no_space(buffer, line_offset, width_offset - 2);
|
||||
}
|
||||
|
||||
fn render_source_line(
|
||||
|
|
Loading…
Add table
Reference in a new issue