Skip to content

Commit 051b35a

Browse files
author
Alex Klymenko
committed
refactor: remove redundant whitespace
1 parent 81d408f commit 051b35a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/datastructures/dynamicarray/DynamicArrayTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public void testRemoveInvalidIndex() {
101101
assertThrows(IndexOutOfBoundsException.class, () -> array.remove(10));
102102
}
103103

104-
105104
@Test
106105
public void testRemoveComplex() {
107106
array.add("Alice");

0 commit comments

Comments
 (0)