Skip to content

Commit d414cd7

Browse files
committed
fommatting issues
1 parent 1153f75 commit d414cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/test/scala/org/apache/spark/sql/TestData.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ object TestData {
3232

3333
case class TestData1(a: Int, b: Int)
3434
val testData1: SchemaRDD =
35-
TestSQLContext.sparkContext.parallelize(
36-
TestData1(2147483644, 1) ::
35+
TestSQLContext.sparkContext.parallelize(
36+
TestData1(2147483644, 1) ::
3737
TestData1(1, 2) ::
3838
TestData1(2147483645, 1) ::
3939
TestData1(2, 2) ::

0 commit comments

Comments
 (0)