Skip to content

Commit f5f6209

Browse files
committed
lint
1 parent 3108343 commit f5f6209

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/nulls.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// TODO(v4): use in v4
1010
//
11-
//nolint:unused
11+
// nolint:unused
1212
func stripNullsFromLists(records []arrow.Record) {
1313
for i := range records {
1414
cols := records[i].Columns()
@@ -48,7 +48,7 @@ type AllowNullFunc func(arrow.DataType) bool
4848

4949
// TODO(v4): use in v4
5050
//
51-
//nolint:unused
51+
// nolint:unused
5252
func (f AllowNullFunc) replaceNullsByEmpty(records []arrow.Record) {
5353
if f == nil {
5454
return

0 commit comments

Comments
 (0)