Skip to content

Commit

Permalink
Fix a Scala style error.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjiajin committed Jul 9, 2015
1 parent 4c60fb3 commit ba5df34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class PrefixspanSuite extends SparkFunSuite with MLlibTestSparkContext {
val expectedValue3 = Array(
(Array(1), 4L),
(Array(1, 3), 2L),
(Array(1,4), 2L),
(Array(1, 4), 2L),
(Array(1, 5), 2L),
(Array(2, 1), 2L),
(Array(2), 2L),
Expand Down

0 comments on commit ba5df34

Please sign in to comment.