Skip to content

Commit 845c6fa

Browse files
author
qiping.lqp
committed
fix style
1 parent f195e83 commit 845c6fa

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/tree/model/Predict.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ class Predict(
3333
override def toString = {
3434
"predict = %f, prob = %f".format(predict, prob)
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)