Skip to content

Commit e037c7b

Browse files
authored
Fix formatting in CorrelationTest.java
1 parent df97f4c commit e037c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void testCorrelationConstant() {
2828
double[] y = {4, 4, 4};
2929
int n = 3;
3030
assertEquals(0, Correlation.correlation(x, y, n), DELTA);
31-
}
31+
}
3232

3333
public void testCorrelationLinearDependence() {
3434
double[] x = {1, 2, 3, 4};

0 commit comments

Comments
 (0)