mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
lint: fix some lint issues on files
This commit is contained in:
@@ -169,7 +169,7 @@ func (sys *S3PeerSys) GetBucketInfo(ctx context.Context, bucket string, opts Buc
|
||||
if err = reduceReadQuorumErrs(ctx, errs, bucketOpIgnoredErrs, quorum); err != nil {
|
||||
return BucketInfo{}, toObjectErr(err, bucket)
|
||||
}
|
||||
|
||||
|
||||
return bucketInfo, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user