Skip to content

Commit

Permalink
Use blank identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Sep 13, 2024
1 parent 5729b0e commit e28c63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/state-svc/internal/hash/file_hasher.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func NewFileHasher() *FileHasher {
}
}

func (fh *FileHasher) HashFiles(files []string) (hash string, rerr error) {
func (fh *FileHasher) HashFiles(files []string) (_ string, rerr error) {
sort.Strings(files)

hasher := xxhash.New()
Expand Down

0 comments on commit e28c63b

Please sign in to comment.