Skip to content

Commit c9ab400

Browse files
authored
Update CircularDoublyLinkedListTest.java
removed extra spaces
1 parent de5e2fb commit c9ab400

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/java/com/thealgorithms/datastructures/lists/CircularDoublyLinkedListTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,4 @@ public void testToStringAfterMultipleRemoves() {
117117
list.remove(0);
118118
assertEquals("[ 2 ]", list.toString(), "ToString should correctly represent remaining elements.");
119119
}
120-
121120
}
122-

0 commit comments

Comments
 (0)