Skip to content

Commit 8ec65d2

Browse files
author
DB Tsai
committed
remove new line
1 parent f3f8c88 commit 8ec65d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mllib/src/test/scala/org/apache/spark/mllib/util/MLlibTestSparkContext.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ trait MLlibTestSparkContext extends BeforeAndAfterAll { self: Suite =>
3030
val conf = new SparkConf()
3131
.setMaster("local[2]")
3232
.setAppName("MLlibUnitTest")
33-
3433
sc = new SparkContext(conf)
3534
}
3635

0 commit comments

Comments
 (0)