Skip to content

Commit ff677d8

Browse files
committed
fix:remove unrelated comment
1 parent 09fb018 commit ff677d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hash_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ func (h *stubHash) Reset() {}
541541
func (h *stubHash) Size() int { return 0 }
542542
func (h *stubHash) BlockSize() int { return 0 }
543543

544-
// Helper function for writing. Verifies that Write does not error.Add commentMore actions
544+
// Helper function for writing. Verifies that Write does not error.
545545
func writeToHash(t *testing.T, h hash.Hash, p []byte) {
546546
t.Helper()
547547

0 commit comments

Comments
 (0)