Skip to content

Commit e89e6c4

Browse files
committed
used clang formatter on necessary file
1 parent b5c62ab commit e89e6c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/thealgorithms/randomized/ClosestPairTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
import static org.junit.jupiter.api.Assertions.*;
33
import static org.junit.jupiter.api.Assertions.assertEquals;
44

5+
import com.thealgorithms.datastructures.crdt.GCounterTest;
56
import java.util.ArrayList;
67
import java.util.Arrays;
78
import java.util.List;
89
import java.util.Random;
9-
10-
import com.thealgorithms.datastructures.crdt.GCounterTest;
1110
import org.junit.jupiter.api.Test;
1211

1312
class ClosestPairTest {

0 commit comments

Comments
 (0)