Skip to content

Commit d6b5174

Browse files
authored
Change seed value from ulong to long & fix spacing in the end
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent 300b556 commit d6b5174

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

HashifyNet.UnitTests/Algorithms/XxHash/XxHash_Implementation_Tests.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,8 @@ protected override IXxHash CreateHashFunction(int hashSize) =>
269269
new XxHashConfig()
270270
{
271271
HashSizeInBits = hashSize,
272-
Seed = 0x78fef705b7c769faU
272+
Seed = 0x78fef705b7c769fa
273273
});
274274
}
275275
}
276-
277276
}
278-
279-

0 commit comments

Comments
 (0)