Skip to content

Commit ba5df34

Browse files
committed
Fix a Scala style error.
1 parent 4c60fb3 commit ba5df34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/test/scala/org/apache/spark/mllib/fpm/PrefixSpanSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class PrefixspanSuite extends SparkFunSuite with MLlibTestSparkContext {
102102
val expectedValue3 = Array(
103103
(Array(1), 4L),
104104
(Array(1, 3), 2L),
105-
(Array(1,4), 2L),
105+
(Array(1, 4), 2L),
106106
(Array(1, 5), 2L),
107107
(Array(2, 1), 2L),
108108
(Array(2), 2L),

0 commit comments

Comments
 (0)