Skip to content

Commit

Permalink
Remove spaces at end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
mlflow-automation committed Jun 24, 2016
1 parent f5a6893 commit 7fb031e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private[spark] object RandomForest extends Logging {
logInfo(s"Processed $numGroups groups of nodes")
if (numGroups > 0) {
logInfo(s"Max nodes per group: $maxNodesPerGroup")
logInfo(s"Min nodes per group: $minNodesPerGroup")
logInfo(s"Min nodes per group: $minNodesPerGroup")
logInfo(s"Average nodes per group: ${totalNodesProcessed / numGroups.toDouble}")
}

Expand Down

0 comments on commit 7fb031e

Please sign in to comment.