Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Eun committed Nov 18, 2020
1 parent ab3d95d commit d56ad89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errortrace/errortrace.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (et *ErrorTrace) As(err error) bool {
return et.error == err
}

// Is implements the xerrors.Wrapper interface.
// Unwrap implements the xerrors.Wrapper interface.
func (et *ErrorTrace) Unwrap() error {
return et.error
}

0 comments on commit d56ad89

Please sign in to comment.