Skip to content

Commit 74695cc

Browse files
committed
Improved formatting of the code
1 parent bab0257 commit 74695cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ public void testStripConditionCoverage() {
4545
double result = RandomizedClosestPair.findClosestPairDistance(points);
4646
assertTrue(result < 0.01); // distance should be covered by strip logic
4747
}
48-
4948
}

0 commit comments

Comments
 (0)