Add Debug on SourceDimensions

pull/402/head
Wilfred Hughes 2022-10-14 11:52:53 +07:00
parent b6ddd152d0
commit 2a6eb7e4f8
1 changed files with 1 additions and 0 deletions

@ -164,6 +164,7 @@ fn display_line_nums(
}
// Sizes used when displaying a hunk.
#[derive(Debug)]
struct SourceDimensions {
lhs_content_width: usize,
rhs_content_width: usize,