Skip to content

Commit b2ae41f

Browse files
committed
minor: scalastyle
1 parent e4c1321 commit b2ae41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/tree/DecisionTree.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ object DecisionTree extends Serializable with Logging {
14671467
// updating the list of categories.
14681468
categories = j.toDouble :: categories
14691469
}
1470-
//Right shift by one
1470+
// Right shift by one
14711471
bitShiftedInput = bitShiftedInput >> 1
14721472
j += 1
14731473
}

0 commit comments

Comments
 (0)