Skip to content

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

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

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

Conversation

@pthurlow
Copy link
Collaborator

No description provided.

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

fn style_table(table: &mut tabled::Table, _ncols: usize) {
Copy link
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
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