Skip to content

Commit b12f646

Browse files
authored
Update httperror.go
1 parent 86d0223 commit b12f646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

httperror.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (he *HTTPError) Error() string {
129129
}
130130

131131
// Wrap returns a new HTTPError with given errors wrapped inside
132-
func (he *HTTPError) Wrap(err error) error {
132+
func (he HTTPError) Wrap(err error) error {
133133
return &HTTPError{
134134
Code: he.Code,
135135
Message: he.Message,

0 commit comments

Comments
 (0)