Skip to content

Commit

Permalink
Remove unnecessary semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
rnowling committed Sep 23, 2014
1 parent 40fd70c commit 79978fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private object IDF {
private var df: BDV[Long] = _


def this() = this(0);
def this() = this(0)

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

0 comments on commit 79978fc

Please sign in to comment.