mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -26,9 +26,7 @@ import (
|
||||
"github.com/minio/simdjson-go"
|
||||
)
|
||||
|
||||
var (
|
||||
errBadLimitSpecified = errors.New("Limit value must be a positive integer")
|
||||
)
|
||||
var errBadLimitSpecified = errors.New("Limit value must be a positive integer")
|
||||
|
||||
const (
|
||||
baseTableName = "s3object"
|
||||
|
||||
Reference in New Issue
Block a user