mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -820,7 +820,7 @@ func (er erasureObjects) CompleteMultipartUpload(ctx context.Context, bucket str
|
||||
onlineDisks, partsMetadata = shuffleDisksAndPartsMetadataByIndex(onlineDisks, partsMetadata, fi)
|
||||
|
||||
// Save current erasure metadata for validation.
|
||||
var currentFI = fi
|
||||
currentFI := fi
|
||||
|
||||
// Allocate parts similar to incoming slice.
|
||||
fi.Parts = make([]ObjectPartInfo, len(parts))
|
||||
|
||||
Reference in New Issue
Block a user