Skip to content

Commit b05665b

Browse files
committed
Change HashSetExtensions2 to HashSetExtensions
1 parent 94eedbd commit b05665b

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/Neo/Extensions/HashSetExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Neo.Extensions
1818
/// <summary>
1919
/// A helper class that provides common functions.
2020
/// </summary>
21-
public static class HashSetExtensions2
21+
public static class HashSetExtensions
2222
{
2323
internal static void Remove<T>(this HashSet<T> set, HashSetCache<T> other)
2424
where T : IEquatable<T>

tests/Neo.Cryptography.MPTTrie.Tests/Cryptography/MPTTrie/UT_Trie.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
using System.Collections.Generic;
1818
using System.Linq;
1919
using System.Text;
20-
using static Neo.Extensions.HashSetExtensions;
2120

2221
namespace Neo.Cryptography.MPTTrie.Tests
2322
{

tests/Neo.Network.RPC.Tests/UT_Nep17API.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
using System.Linq;
2121
using System.Numerics;
2222
using System.Threading.Tasks;
23-
using static Neo.Extensions.HashSetExtensions;
2423

2524
namespace Neo.Network.RPC.Tests
2625
{

0 commit comments

Comments
 (0)