Skip to content

Commit dbf48d3

Browse files
authored
Remove redundant using.
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent 13f185b commit dbf48d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HashifyNet.UnitTests/Algorithms/XxHash/XxHash_Implementation_Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
using HashifyNet.Algorithms.XxHash;
3131
using HashifyNet.UnitTests.Utilities;
3232
using Moq;
33-
using Xunit.Abstractions;
3433

3534
namespace HashifyNet.UnitTests.Algorithms.XxHash
3635
{
@@ -276,3 +275,4 @@ protected override IXxHash CreateHashFunction(int hashSize) =>
276275
}
277276

278277
}
278+

0 commit comments

Comments
 (0)