mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 06:00:24 +03: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