mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -562,8 +562,7 @@ func (e ObjectTooSmall) Error() string {
|
||||
}
|
||||
|
||||
// OperationTimedOut - a timeout occurred.
|
||||
type OperationTimedOut struct {
|
||||
}
|
||||
type OperationTimedOut struct{}
|
||||
|
||||
func (e OperationTimedOut) Error() string {
|
||||
return "Operation timed out"
|
||||
|
||||
Reference in New Issue
Block a user