mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
2
internal/config/cache/config.go
vendored
2
internal/config/cache/config.go
vendored
@@ -53,7 +53,7 @@ type Config struct {
|
||||
// json entries for CacheConfig.
|
||||
func (cfg *Config) UnmarshalJSON(data []byte) (err error) {
|
||||
type Alias Config
|
||||
var _cfg = &struct {
|
||||
_cfg := &struct {
|
||||
*Alias
|
||||
}{
|
||||
Alias: (*Alias)(cfg),
|
||||
|
||||
Reference in New Issue
Block a user