Skip to content

Commit 3230715

Browse files
committed
Made style changes
According to Clang's fugly ass suggestions.
1 parent bdc9369 commit 3230715

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ void testEmptyTree() {
9292
assertEquals("Tree is empty", getActualTree());
9393
}
9494

95-
9695
@ParameterizedTest
9796
@MethodSource("getTreeNodesInput")
9897
@DisplayName("Test to ensure all rotation paths are covered")

0 commit comments

Comments
 (0)