Skip to content

Commit 94b56df

Browse files
committed
style correction
1 parent ef95ee2 commit 94b56df

File tree

1 file changed

+1
-1
lines changed
  • mllib/src/main/scala/org/apache/spark/mllib/clustering

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/clustering/KMeans.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class KMeans private (
215215
} else {
216216
runs
217217
}
218-
218+
219219
val centers = initialModel match {
220220
case Some(kMeansCenters) => {
221221
Array(kMeansCenters.clusterCenters.map(s => new VectorWithNorm(s)))

0 commit comments

Comments
 (0)