Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Evertras committed Jun 11, 2022
1 parent 8493606 commit db2636b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions table/scrolling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,16 +308,16 @@ func TestHorizontalScrollingStopEdgeCases(t *testing.T) {
expectedCols: []int{7, 8},
},
{
numCols: 6,
nameWidth: 5,
colWidth: 3,
maxWidth: 30,
numCols: 6,
nameWidth: 5,
colWidth: 3,
maxWidth: 30,
},
{
numCols: 50,
nameWidth: 20,
colWidth: 6,
maxWidth: 31,
numCols: 50,
nameWidth: 20,
colWidth: 6,
maxWidth: 31,
},
}

Expand Down

0 comments on commit db2636b

Please sign in to comment.