Skip to content

Commit

Permalink
remove unreachable return
Browse files Browse the repository at this point in the history
  • Loading branch information
xorpaul committed Jan 4, 2016
1 parent 9f4bd20 commit cc96d63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forge.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ func queryForgeApi(name string, file string) ForgeResult {
Debugf("queryForgeApi(): Unexpected response code " + resp.Status)
return ForgeResult{false, ""}
}
return ForgeResult{false, ""}
}

func downloadForgeModule(name string, version string) {
Expand Down

0 comments on commit cc96d63

Please sign in to comment.