fix one more case of trailing space

This commit is contained in:
klensy 2022-06-08 21:07:59 +03:00
parent 0ff8ae3111
commit 989d1a732f
105 changed files with 140 additions and 140 deletions
compiler/rustc_errors/src

View file

@ -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(