mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -183,7 +183,7 @@ func (m *mrfState) healRoutine() {
|
||||
idler := time.NewTimer(mrfInfoResetInterval)
|
||||
defer idler.Stop()
|
||||
|
||||
var mrfHealingOpts = madmin.HealOpts{
|
||||
mrfHealingOpts := madmin.HealOpts{
|
||||
ScanMode: globalHealConfig.ScanMode(),
|
||||
Remove: healDeleteDangling,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user