From 6b58a62668b2e253b376233c21e92a6e69691d0b Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 16 Nov 2025 01:09:13 +0000 Subject: [PATCH] Add another comment --- src/display/side_by_side.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/display/side_by_side.rs b/src/display/side_by_side.rs index b9cce6245..a6e013ac2 100644 --- a/src/display/side_by_side.rs +++ b/src/display/side_by_side.rs @@ -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 {