Skip to content

Commit

Permalink
Scala code style - removed spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Vrsovsky committed Aug 11, 2017
1 parent b86bb44 commit 38da77d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -134,7 +134,7 @@ class LibSVMRelationSuite extends SparkFunSuite with MLlibTestSparkContext {
val rawData = new java.util.ArrayList[Row]()
rawData.add(Row(1.0, Vectors.sparse(3, Seq((0, 2.0), (1, 3.0)))))
rawData.add(Row(4.0, Vectors.sparse(3, Seq((0, 5.0), (2, 6.0)))))

val struct = StructType(
StructField("labelFoo", DoubleType, false) ::
StructField("featuresBar", VectorType, false) :: Nil
Expand Down

0 comments on commit 38da77d

Please sign in to comment.