Skip to content

Commit

Permalink
Address linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
moorara committed Dec 14, 2024
1 parent b139ab9 commit aedc840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hash/hash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func crossCheck(h hash.Hash64, v any) uint64 {
h.Reset()
binary.Write(h, binary.LittleEndian, v)
_ = binary.Write(h, binary.LittleEndian, v)
return h.Sum64()
}

Expand Down

0 comments on commit aedc840

Please sign in to comment.