summaryrefslogtreecommitdiffstats
path: root/releaser/github.go
diff options
context:
space:
mode:
Diffstat (limited to 'releaser/github.go')
-rw-r--r--releaser/github.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/releaser/github.go b/releaser/github.go
index ba019ccad..4ec722baf 100644
--- a/releaser/github.go
+++ b/releaser/github.go
@@ -112,7 +112,6 @@ func (g *gitHubAPI) fetchRepo() (gitHubRepo, error) {
repo.Contributors = contributors
return repo, err
-
}
func doGitHubRequest(req *http.Request, v interface{}) error {