Skip to content

Commit 0aa3c63

Browse files
committed
Fix identation
1 parent e6523a8 commit 0aa3c63

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private object IDF {
7878
private var df: BDV[Long] = _
7979

8080

81-
def this() = this(0)
81+
def this() = this(0)
8282

8383
/** Adds a new document. */
8484
def add(doc: Vector): this.type = {

0 commit comments

Comments
 (0)