Skip to content

Commit 35e5859

Browse files
committed
Fix style.
1 parent 683f0d9 commit 35e5859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/ClientSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class ClientSuite extends SparkFunSuite with Matchers with BeforeAndAfterAll
122122
cp should not contain (uri.getPath())
123123
}
124124
})
125-
cp should not contain "local"
125+
cp should not contain ("local")
126126
cp should contain(PWD)
127127
cp should contain (s"$PWD${Path.SEPARATOR}${LOCALIZED_CONF_DIR}")
128128
cp should not contain (APP_JAR)

0 commit comments

Comments
 (0)