Skip to content

Commit

Permalink
Removes unnecessary return in writeReleaseAsset. This satisfies
Browse files Browse the repository at this point in the history
the rules for `go vet`. Addresses issue #35

Signed-off-by: Jim Teeuwen <jimteeuwen@gmail.com>
  • Loading branch information
Jim Teeuwen committed Jun 9, 2014
1 parent 17800c6 commit d3feb95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions release.go
Expand Up @@ -70,8 +70,6 @@ func writeReleaseAsset(w io.Writer, c *Config, asset *Asset) error {
return compressed_memcopy(w, asset, fd)
}
}

return nil
}

func header_compressed_nomemcopy(w io.Writer) error {
Expand Down

0 comments on commit d3feb95

Please sign in to comment.