Add another comment

pull/919/head
Wilfred Hughes 2025-11-16 01:09:13 +07:00
parent 811e256aa8
commit 6b58a62668
1 changed files with 1 additions and 0 deletions

@ -23,6 +23,7 @@ use crate::{
summary::FileFormat,
};
/// The single space shown between LHS and RHS columns.
const SPACER: &str = " ";
fn format_line_num_padded(line_num: LineNumber, column_width: usize) -> String {