Skip to content

Commit

Permalink
checksum.go: remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed Jan 8, 2019
1 parent 83d4bc7 commit 61f3e8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion checksum.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func checksumHashAndValue(u *url.URL) (checksumHash hash.Hash, checksumValue []b
// checksumsFromFile will try to guess the hashing algorithm based on content
// of or name of checksum file
func checksumsFromFile(checksumFile string, src *url.URL) (checkSums map[string]string, err error) {

checksumFileURL, err := urlhelper.Parse(checksumFile)
if err != nil {
return nil, err
Expand Down

0 comments on commit 61f3e8c

Please sign in to comment.