We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5cba9 commit 525c182Copy full SHA for 525c182
table.go
@@ -292,7 +292,7 @@ func (t *tableChart) renderWithInfo(info *renderInfo) (Box, error) {
292
heights := []int{info.headerHeight}
293
heights = append(heights, info.rowHeights...)
294
// loop through all table cells to generate background color
295
- for i, _ := range arr {
+ for i := range arr {
296
left := 0
297
for j, tc := range info.tableCells[i] {
298
if !tc.FillColor.IsZero() {
0 commit comments