tamer: diagnose::report::VisualReporter::render: Remove superfluous comments

main
Mike Gerwitz 2023-01-04 14:12:53 -05:00
parent edbfc87a54
commit 8e328d2828
1 changed files with 0 additions and 6 deletions

View File

@ -119,13 +119,7 @@ impl<R: SpanResolver> Reporter for VisualReporter<R> {
let mut report = Report::empty(Message(diagnostic));
report.extend(mspans.map(Into::into));
// Make each section's gutters the same size,
// which is more aesthetically pleasing.
report.normalize_gutters();
// Let sections perform any final formatting,
// e.g. to trim or merge padding.
report.finalize_sections();
if report.level.is_error() {