Skip to content

Commit 349877f

Browse files
committed
Add blank line after Error() method for readability
1 parent 84b1f0c commit 349877f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/errors/error.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func newGitHubRawAPIError(message string, resp *http.Response, err error) *GitHu
6262
func (e *GitHubRawAPIError) Error() string {
6363
return fmt.Errorf("%s: %w", e.Message, e.Err).Error()
6464
}
65+
6566
type GitHubErrorKey struct{}
6667
type GitHubCtxErrors struct {
6768
api []*GitHubAPIError

0 commit comments

Comments
 (0)