Skip to content

Commit

Permalink
[fmtutil/table] Improve borders and separators rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jan 23, 2024
1 parent e091192 commit 97d8b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmtutil/table/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func renderHeaders(t *Table) {
}
}

renderSeparator(t)
renderBorder(t)
}

// renderData render table data
Expand Down

0 comments on commit 97d8b92

Please sign in to comment.