Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
reidja committed Nov 3, 2023
1 parent 5523bc8 commit d216d45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func (f HashedFS) getIntegrityBase64(data []byte) string {
hash := sha256.New()
hash.Write(data)
return base64.StdEncoding.EncodeToString(hash.Sum(nil))

}

// Initialize a file by generating a hash, renaming (aliasing), and adding it to the lookup.
Expand Down

0 comments on commit d216d45

Please sign in to comment.