Skip to content

Commit 69622d6

Browse files
committed
2022-06-18 update: formatted code
1 parent d00a30c commit 69622d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/smlnskgmail/jaman/leetcodejava/medium/CheckCompletenessOfABinaryTreeTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import com.smlnskgmail.jaman.leetcodejava.support.TreeNode;
44
import org.junit.Test;
55

6-
import static org.junit.Assert.*;
6+
import static org.junit.Assert.assertTrue;
77

88
public class CheckCompletenessOfABinaryTreeTest {
99

0 commit comments

Comments
 (0)