Skip to content

Commit 024aec2

Browse files
committed
Fixed formatting issues in GoldbachConjectureTest
1 parent 4caecb0 commit 024aec2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

3+
import static com.thealgorithms.maths.GoldbachConjecture.getPrimeSum;
34
import org.junit.jupiter.api.Assertions;
45
import org.junit.jupiter.api.Test;
56

6-
import static com.thealgorithms.maths.GoldbachConjecture.getPrimeSum;
7-
87
public class GoldbachConjectureTest {
98
@Test
109
void goldbachTestWithZero() {

0 commit comments

Comments
 (0)