From 801c1f57ba4bcba51d34f9aef4c9f689b1152269 Mon Sep 17 00:00:00 2001 From: Pete Emerson Date: Thu, 22 Oct 2020 09:13:29 -0700 Subject: [PATCH] Remove extra added blank line --- github.go | 1 - 1 file changed, 1 deletion(-) diff --git a/github.go b/github.go index 2ee3e41..536bf54 100644 --- a/github.go +++ b/github.go @@ -107,7 +107,6 @@ func FetchTags(githubRepoUrl string, githubToken string, instance GitHubInstance } url := createGitHubRepoUrlForPath(repo, "tags") - resp, err := callGitHubApi(repo, url, map[string]string{}) if err != nil { return tagsString, err