forked from Silverfish/proton-bridge
chore: golangci-lint update.
This commit is contained in:
@ -126,7 +126,7 @@ func FuzzReadHeaderBody(f *testing.F) {
|
||||
f.Add([]byte(data0))
|
||||
f.Add([]byte(data1))
|
||||
|
||||
f.Fuzz(func(t *testing.T, b []byte) {
|
||||
f.Fuzz(func(_ *testing.T, b []byte) {
|
||||
_, _, _ = readHeaderBody(b)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user