Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Feb 9, 2024
1 parent ac666ad commit 49aca73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/scanner/scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ func TestScanner_NextToken(t *testing.T) {
sc := scanner.New(tt.input)

i := 0

for {
actual := sc.NextToken()
expected := tt.expected[i]
Expand Down

0 comments on commit 49aca73

Please sign in to comment.