Skip to content

Commit 0fecd38

Browse files
committed
minor: add newline to EOF
1 parent 2061cf5 commit 0fecd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/point/WeightedLabeledPoint.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ case class WeightedLabeledPoint(label: Double, features: Vector, weight:Double =
2929
override def toString: String = {
3030
"LabeledPoint(%s, %s, %s)".format(label, features, weight)
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)