Removed Whitespace

This commit is contained in:
Luke Else 2022-03-10 21:27:38 +00:00
parent 79debf3d62
commit c853d5250c

View File

@ -91,8 +91,6 @@ namespace C_.Datastructures
if (node != null) if (node != null)
{ {
//continue to given point in the list ('i' hops) //continue to given point in the list ('i' hops)
for (int x = 0; x < i; x++) for (int x = 0; x < i; x++)
{ {