Merge pull request #1164 from smallstep/max/bad-comment

Correct bad comment on NotImplementedError.Error()
pull/1166/head
Max 1 year ago committed by GitHub
commit 80cbcb652b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,7 +70,7 @@ type NotImplementedError struct {
Message string
}
// NotImplementedError implements the error interface.
// Error implements the error interface.
func (e NotImplementedError) Error() string {
if e.Message != "" {
return e.Message

Loading…
Cancel
Save