diff --git a/types/registry/error.go b/types/registry/error.go index 69392afb1..778550237 100644 --- a/types/registry/error.go +++ b/types/registry/error.go @@ -19,7 +19,6 @@ type Errs struct { Errors []Err `json:"errors"` } -// Error implements the error interface for RegistryError func (e Errs) Error() string { if len(e.Errors) == 0 { return "unknown registry error"