Skip to content

Commit

Permalink
Change HashSetExtensions2 to HashSetExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 committed Aug 5, 2024
1 parent 94eedbd commit b05665b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Neo/Extensions/HashSetExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Neo.Extensions
/// <summary>
/// A helper class that provides common functions.
/// </summary>
public static class HashSetExtensions2
public static class HashSetExtensions
{
internal static void Remove<T>(this HashSet<T> set, HashSetCache<T> other)
where T : IEquatable<T>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using static Neo.Extensions.HashSetExtensions;

namespace Neo.Cryptography.MPTTrie.Tests
{
Expand Down
1 change: 0 additions & 1 deletion tests/Neo.Network.RPC.Tests/UT_Nep17API.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System.Linq;
using System.Numerics;
using System.Threading.Tasks;
using static Neo.Extensions.HashSetExtensions;

namespace Neo.Network.RPC.Tests
{
Expand Down

0 comments on commit b05665b

Please sign in to comment.