Skip to content

Commit e3f8ff3

Browse files
committed
chore: sshhhh linter
1 parent 20e2de9 commit e3f8ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libevm/precompiles/p256verify/p256verify_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func BenchmarkPrecompile(b *testing.B) {
113113
var p Precompile
114114

115115
for range b.N {
116-
p.Run(in)
116+
p.Run(in) //nolint:errcheck // Always nil
117117
}
118118
}
119119

0 commit comments

Comments
 (0)