mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -29,9 +29,7 @@ import (
|
||||
"github.com/minio/minio/internal/logger"
|
||||
)
|
||||
|
||||
var (
|
||||
etagRegex = regexp.MustCompile("\"*?([^\"]*?)\"*?$")
|
||||
)
|
||||
var etagRegex = regexp.MustCompile("\"*?([^\"]*?)\"*?$")
|
||||
|
||||
// Validates the preconditions for CopyObjectPart, returns true if CopyObjectPart
|
||||
// operation should not proceed. Preconditions supported are:
|
||||
|
||||
Reference in New Issue
Block a user