Skip to content

Commit

Permalink
Fix more linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Sep 24, 2020
1 parent 353111d commit 4369e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitprovider/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var (
ErrDestructiveCallDisallowed = errors.New("destructive call was blocked, disallowed by client")
// ErrInvalidTransportChainReturn is returned if a ChainableRoundTripperFunc returns nil, which is invalid.
ErrInvalidTransportChainReturn = errors.New("the return value of a ChainableRoundTripperFunc must not be nil")
// ErrMissingHeader is returned when an expected header is missing from the HTTP response
// ErrMissingHeader is returned when an expected header is missing from the HTTP response.
ErrMissingHeader = errors.New("header is missing")
)

Expand Down

0 comments on commit 4369e5f

Please sign in to comment.