Skip to content

Commit ae5f3a2

Browse files
Fix code formatting in PowerOfFourTest
1 parent dba445f commit ae5f3a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/com/thealgorithms/maths/PowerOfFourTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
package com.thealgorithms.maths;
22

3-
import com.thealgorithms.maths.PowerOfFour;
4-
53
import static org.junit.jupiter.api.Assertions.assertFalse;
64
import static org.junit.jupiter.api.Assertions.assertTrue;
75

6+
import com.thealgorithms.maths.PowerOfFour;
87
import org.junit.jupiter.api.Test;
98

109
class PowerOfFourTest {
@@ -36,4 +35,3 @@ void testEdgeCases() {
3635
assertFalse(PowerOfFour.isPowerOfFour(-4));
3736
}
3837
}
39-

0 commit comments

Comments
 (0)