Skip to content

Commit 0cd5d16

Browse files
committed
fixed whitespace errors
1 parent 43c1470 commit 0cd5d16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/datastructures/trees/BTreeTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ public void testInsertSearchDelete() {
3434
assertEquals(Arrays.asList(5, 7, 10, 12, 17, 20, 30), traversal);
3535
}
3636
}
37-

0 commit comments

Comments
 (0)