Skip to content

Commit 854958b

Browse files
committed
Fixed Indentation for setMinCount
1 parent 12ed8f9 commit 854958b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mllib/src/main/scala/org/apache/spark/mllib/feature/Word2Vec.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ class Word2Vec extends Serializable with Logging {
133133
* model's vocabulary (default: 5).
134134
*/
135135
def setMinCount(minCount: Int): this.type = {
136-
this.minCount = minCount
137-
this
136+
this.minCount = minCount
137+
this
138138
}
139139

140140
private var trainWordsCount = 0

0 commit comments

Comments
 (0)