Skip to content

Commit ab94aa1

Browse files
committed
Code formatting.
1 parent 0956af9 commit ab94aa1

File tree

1 file changed

+1
-1
lines changed
  • yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn

1 file changed

+1
-1
lines changed

yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/Client.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ object Client {
505505
Path.SEPARATOR + APP_JAR)
506506
cachedSecondaryJarLinks.foreach(jarLink =>
507507
Apps.addToEnvironment(env, Environment.CLASSPATH.name, Environment.PWD.$() +
508-
Path.SEPARATOR + jarLink))
508+
Path.SEPARATOR + jarLink))
509509
}
510510
Apps.addToEnvironment(env, Environment.CLASSPATH.name, Environment.PWD.$() +
511511
Path.SEPARATOR + SPARK_JAR)

0 commit comments

Comments
 (0)