Skip to content

Commit 262f8e8

Browse files
committed
checkstyle: fix formatting
1 parent 8ee8d24 commit 262f8e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ public void testToStringOnEmptyList() {
184184
assertEquals("[]", list.toString());
185185
}
186186

187-
188187
@Test
189188
public void testDeleteAllDuplicates() {
190189
list.insert(4);

0 commit comments

Comments
 (0)