Skip to content

Commit 558e6a3

Browse files
committed
clang errors rectified in TreapTest.java
1 parent b2d683f commit 558e6a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.thealgorithms.datastructures.trees;
22

33
import static org.junit.jupiter.api.Assertions.assertEquals;
4-
54
import static org.junit.jupiter.api.Assertions.assertFalse;
65

76
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)