Skip to content

Commit 86ca4e5

Browse files
author
Feynman Liang
committed
Fix style
1 parent 7c7bf39 commit 86ca4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/fpm/LocalPrefixSpan.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private[fpm] object LocalPrefixSpan extends Logging with Serializable {
7272
if (index == -1) {
7373
List()
7474
} else {
75-
itemsetSeq.drop(index+1)
75+
itemsetSeq.drop(index + 1)
7676
}
7777
}
7878

0 commit comments

Comments
 (0)