Skip to content

Commit a94c627

Browse files
committed
Add newline at end of SparkSubmit
1 parent 04bc4e2 commit a94c627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ private[spark] class OptionAssigner(val value: String,
203203
val deployOnCluster: Boolean,
204204
val clOption: String = null,
205205
val sysProp: String = null
206-
) { }
206+
) { }

0 commit comments

Comments
 (0)