Skip to content

Commit

Permalink
minor: add newline to EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed Jul 10, 2014
1 parent 2061cf5 commit 0fecd38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ case class WeightedLabeledPoint(label: Double, features: Vector, weight:Double =
override def toString: String = {
"LabeledPoint(%s, %s, %s)".format(label, features, weight)
}
}
}

0 comments on commit 0fecd38

Please sign in to comment.