resolve linter issues

This commit is contained in:
David Christofas
2021-02-25 14:37:05 +01:00
parent 0802e8aac3
commit eda3997211
8 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -42,6 +42,6 @@ func BenchmarkGet(b *testing.B) {
img, ext, _ := image.Decode(f)
req.Encoder = EncoderForType(ext)
for i := 0; i < b.N; i++ {
sut.Get(req, img)
_, _ = sut.Get(req, img)
}
}