Skip to content

Commit b4dded4

Browse files
committed
Proper indent for the previous commit.
1 parent feaa370 commit b4dded4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import org.apache.spark.rdd.{EmptyRDD, HadoopRDD, NewHadoopRDD, RDD}
4242
* [[org.apache.spark.api.java.JavaRDD]]s and works with Java collections instead of Scala ones.
4343
*/
4444
class JavaSparkContext(val sc: SparkContext)
45-
extends JavaSparkContextVarargsWorkaround with Closeable {
45+
extends JavaSparkContextVarargsWorkaround with Closeable {
4646

4747
/**
4848
* Create a JavaSparkContext that loads settings from system properties (for instance, when

0 commit comments

Comments
 (0)