mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -148,6 +148,7 @@ func (d *naughtyDisk) StatVol(ctx context.Context, volume string) (vol VolInfo,
|
||||
}
|
||||
return d.disk.StatVol(ctx, volume)
|
||||
}
|
||||
|
||||
func (d *naughtyDisk) DeleteVol(ctx context.Context, volume string, forceDelete bool) (err error) {
|
||||
if err := d.calcError(); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user