Skip to content

Commit

Permalink
try possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed Jan 4, 2024
1 parent f83b223 commit 3bf2f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type ColumnConfig struct {
}

func (c ColumnConfig) getWidthMaxEnforcer() WidthEnforcer {
if c.WidthMax == 0 {
if c.WidthMax <= 0 {
return widthEnforcerNone
}
if c.WidthMaxEnforcer != nil {
Expand Down

0 comments on commit 3bf2f0d

Please sign in to comment.