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:
@@ -120,7 +120,6 @@ func ErrorToErr(err error) Err {
|
||||
// FmtError converts a fatal error message to a more clear error
|
||||
// using some colors
|
||||
func FmtError(introMsg string, err error, jsonFlag bool) string {
|
||||
|
||||
renderedTxt := ""
|
||||
uiErr := ErrorToErr(err)
|
||||
// JSON print
|
||||
|
||||
Reference in New Issue
Block a user