Skip to content

Commit 815d543

Browse files
committed
adjust tab to spaces
1 parent 1a36f83 commit 815d543

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/RandomForest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ private class RandomForest (
176176
timer.stop("findBestSplits")
177177
}
178178

179-
baggedInput.unpersist()
179+
baggedInput.unpersist()
180180

181181
timer.stop("total")
182182

0 commit comments

Comments
 (0)