We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c60fb3 commit ba5df34Copy full SHA for ba5df34
mllib/src/test/scala/org/apache/spark/mllib/fpm/PrefixSpanSuite.scala
@@ -102,7 +102,7 @@ class PrefixspanSuite extends SparkFunSuite with MLlibTestSparkContext {
102
val expectedValue3 = Array(
103
(Array(1), 4L),
104
(Array(1, 3), 2L),
105
- (Array(1,4), 2L),
+ (Array(1, 4), 2L),
106
(Array(1, 5), 2L),
107
(Array(2, 1), 2L),
108
(Array(2), 2L),
0 commit comments