mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 05:00:22 +03:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -48,7 +48,6 @@ func TestCanonicalizeETag(t *testing.T) {
|
||||
etag := canonicalizeETag(test.etag)
|
||||
if test.canonicalizedETag != etag {
|
||||
t.Fatalf("Expected %s , got %s", test.canonicalizedETag, etag)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user