Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Feynman Liang committed Jul 31, 2015
1 parent 7c7bf39 commit 86ca4e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private[fpm] object LocalPrefixSpan extends Logging with Serializable {
if (index == -1) {
List()
} else {
itemsetSeq.drop(index+1)
itemsetSeq.drop(index + 1)
}
}

Expand Down

0 comments on commit 86ca4e5

Please sign in to comment.