Skip to content

Commit ef0e011

Browse files
committed
new line
1 parent 2ad6926 commit ef0e011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/thealgorithms/machinelearning/ClusteringTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ void rejectsInitialCenterWithMismatchedDimension() {
233233
assertThrows(IllegalArgumentException.class, () -> Clustering.kMeans(points, initialCenters, 10, 1e-9));
234234
assertThrows(IllegalArgumentException.class, () -> Clustering.kMedians(points, initialCenters, 10, 1e-9));
235235
}
236-
}
236+
}

0 commit comments

Comments
 (0)