mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 23:26:44 +00:00
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