mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 05:30:24 +03:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -23,7 +23,6 @@ import (
|
||||
|
||||
// GetTotalCapacity gets the total capacity in the cluster.
|
||||
func GetTotalCapacity(diskInfo []madmin.Disk) (capacity uint64) {
|
||||
|
||||
for _, disk := range diskInfo {
|
||||
capacity += disk.TotalSpace
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user