Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong committed Nov 21, 2024
1 parent c82b220 commit fb363fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/nocopy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestNoCopy(t *testing.T) {

var s1 s
s1.check()
s2 := s1
s2 := s1 //nolint:govet
s2.check()

t.Fail()
Expand Down

0 comments on commit fb363fa

Please sign in to comment.