Skip to content

Commit

Permalink
Check clippy check works
Browse files Browse the repository at this point in the history
  • Loading branch information
YS-L committed Oct 1, 2023
1 parent 3ed63f6 commit 090c2fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ impl<'a> CsvTable<'a> {
) {
const SUFFIX: &str = "…";
const SUFFIX_LEN: u16 = 1;
let a = 1;

// Reserve some space before the next column (same number used in get_column_widths)
let effective_width = width.saturating_sub(NUM_SPACES_BETWEEN_COLUMNS);
Expand Down

0 comments on commit 090c2fe

Please sign in to comment.