Skip to content

Commit 24c973b

Browse files
author
Gusted
committed
Tidy up code
1 parent ace2fd1 commit 24c973b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mph/mph.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func Build(keys []string) *ConstructedHashFunction {
9696
}
9797

9898
// No collisions detected, save this seed for this bucket.
99-
levelZeroBuckets[int(bucket.originialIdx)] = uint32(seed)
99+
levelZeroBuckets[bucket.originialIdx] = seed
100100
}
101101

102102
// Return the table.

0 commit comments

Comments
 (0)