mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -965,7 +965,7 @@ func danglingMetaErrsCount(cerrs []error) (notFoundCount int, nonActionableCount
|
||||
nonActionableCount++
|
||||
}
|
||||
}
|
||||
return
|
||||
return notFoundCount, nonActionableCount
|
||||
}
|
||||
|
||||
func danglingPartErrsCount(results []int) (notFoundCount int, nonActionableCount int) {
|
||||
@@ -980,7 +980,7 @@ func danglingPartErrsCount(results []int) (notFoundCount int, nonActionableCount
|
||||
nonActionableCount++
|
||||
}
|
||||
}
|
||||
return
|
||||
return notFoundCount, nonActionableCount
|
||||
}
|
||||
|
||||
// Object is considered dangling/corrupted if and only
|
||||
|
||||
Reference in New Issue
Block a user