Skip to content

Commit 8ea4494

Browse files
committed
Fix clang-format issues in CountNiceSubarrays
1 parent b68d8bd commit 8ea4494

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/thealgorithms/slidingwindow/CountNiceSubarraysTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package com.thealgorithms.slidingwindow;
2+
23
import static org.junit.jupiter.api.Assertions.assertEquals;
4+
35
import org.junit.jupiter.api.Test;
46

57
public class CountNiceSubarraysTest {

0 commit comments

Comments
 (0)