mirror of
https://github.com/minio/minio.git
synced 2025-11-25 12:06:10 -05:00
fix: lint errors after upgrading golangci-lint (#12368)
This commit is contained in:
@@ -181,11 +181,7 @@ allElems:
|
||||
return err
|
||||
}
|
||||
w.Flush()
|
||||
if err := w.Error(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
return w.Error()
|
||||
}
|
||||
|
||||
// Raw - returns the underlying representation.
|
||||
|
||||
Reference in New Issue
Block a user