Skip to content

Commit 42d8336

Browse files
authored
Reorder import statements in BentleyOttmannTest
1 parent 47b36e4 commit 42d8336

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/thealgorithms/geometry/BentleyOttmannTest.java

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

3-
import org.junit.jupiter.api.Assertions;
4-
53
import java.awt.geom.Point2D;
64
import java.util.ArrayList;
75
import java.util.List;
86
import java.util.Random;
97
import java.util.Set;
8+
import org.junit.jupiter.api.Assertions;
109
import org.junit.jupiter.api.Test;
1110

1211
/**

0 commit comments

Comments
 (0)