Skip to content

Commit

Permalink
update with spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyss committed Nov 20, 2023
1 parent d1bb42c commit c4213e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/assembuddy/renderTable.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func RenderTable(arch string, tableData []Syscall) {
t := table.New().
Border(lipgloss.ThickBorder()).
BorderRow(true).
StyleFunc(func(row, col int) lipgloss.Style {
StyleFunc(func(row, _ int) lipgloss.Style {
var style lipgloss.Style

if row == 0 {
Expand Down

0 comments on commit c4213e8

Please sign in to comment.