File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Neo.Cryptography.MPTTrie.Tests/Cryptography/MPTTrie Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 1717using System . Collections . Generic ;
1818using System . Linq ;
1919using System . Text ;
20- using static Neo . Extensions . HashSetExtensions ;
2120
2221namespace Neo . Cryptography . MPTTrie . Tests
2322{
Original file line number Diff line number Diff line change 2020using System . Linq ;
2121using System . Numerics ;
2222using System . Threading . Tasks ;
23- using static Neo . Extensions . HashSetExtensions ;
2423
2524namespace Neo . Network . RPC . Tests
2625{
You can’t perform that action at this time.
0 commit comments