Skip to content

Commit 54ff70e

Browse files
committed
Add blank line for linting
1 parent bd7f3ff commit 54ff70e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

table/filter_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ func TestFilterFunc(t *testing.T) {
317317
filterFunc := func(r Row, s string) bool {
318318
// Completely arbitrary check for testing purposes
319319
title := fmt.Sprintf("%v", r.Data["title"])
320+
320321
return title == "AAA" && s == "x"
321322
}
322323

0 commit comments

Comments
 (0)