Skip to content

feat(display): Add table formatting and fix wrapping issues#11

Merged
pthurlow merged 3 commits into
mainfrom
fix/table-display
Mar 23, 2026
Merged

feat(display): Add table formatting and fix wrapping issues#11
pthurlow merged 3 commits into
mainfrom
fix/table-display

Conversation

@pthurlow

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread src/util.rs Outdated
Comment thread src/util.rs Outdated
claude[bot]
claude Bot previously approved these changes Mar 23, 2026
Comment thread src/table.rs Outdated
.unwrap_or(120)
}

fn style_table(table: &mut tabled::Table, _ncols: usize) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3 (non-blocking): _ncols is never read inside the function. Either drop it from the signature (and the two call sites), or add the logic you have in mind for it.

Suggested change
fn style_table(table: &mut tabled::Table, _ncols: usize) {
fn style_table(table: &mut tabled::Table) {

claude[bot]
claude Bot previously approved these changes Mar 23, 2026
@pthurlow pthurlow merged commit fb56fd9 into main Mar 23, 2026
7 checks passed
@pthurlow pthurlow deleted the fix/table-display branch March 30, 2026 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant