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