Skip to content

Commit 737d8bb

Browse files
author
Jacky Li
committed
fix scalastyle
1 parent 793f85c commit 737d8bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ class FPGrowth private (
9090
new FPGrowthModel(freqItemsets)
9191
}
9292

93-
def run[Item: ClassTag, Basket <: JavaIterable[Item]](data: JavaRDD[Basket]): FPGrowthModel[Item] = {
93+
def run[Item: ClassTag, Basket <: JavaIterable[Item]](
94+
data: JavaRDD[Basket]): FPGrowthModel[Item] = {
9495
this.run(data.rdd.map(_.asScala))
9596
}
9697

0 commit comments

Comments
 (0)