From c853d5250ce1dd094e6d5624d6af4d478421aab7 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 10 Mar 2022 21:27:38 +0000 Subject: [PATCH] Removed Whitespace --- C#/Datastructures/DoublyLinkedList.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/C#/Datastructures/DoublyLinkedList.cs b/C#/Datastructures/DoublyLinkedList.cs index ffd668c..ea3a220 100644 --- a/C#/Datastructures/DoublyLinkedList.cs +++ b/C#/Datastructures/DoublyLinkedList.cs @@ -91,8 +91,6 @@ namespace C_.Datastructures if (node != null) { - - //continue to given point in the list ('i' hops) for (int x = 0; x < i; x++) {