Skip to content

Commit

Permalink
Remove extra added blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Emerson committed Oct 22, 2020
1 parent 4bec67f commit 801c1f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion github.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 801c1f5

Please sign in to comment.