mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-04-15 07:06:45 +00:00
upgrade linter and fix new lint errors
This commit is contained in:
@@ -189,7 +189,7 @@ type errSerializationFailureWithCause struct {
|
||||
}
|
||||
|
||||
func (e *errSerializationFailureWithCause) Is(err error) bool {
|
||||
return stderrors.Is(fosite.ErrSerializationFailure, err)
|
||||
return stderrors.Is(err, fosite.ErrSerializationFailure)
|
||||
}
|
||||
|
||||
func (e *errSerializationFailureWithCause) Unwrap() error {
|
||||
|
||||
Reference in New Issue
Block a user