Skip to content

Commit fadbb9e

Browse files
committed
Fix the code style
1 parent 6637e3c commit fadbb9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/test/scala/org/apache/spark/deploy/rest/StandaloneRestSubmitSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ class StandaloneRestSubmitSuite extends FunSuite with BeforeAndAfterEach {
392392
* If `faulty` is true, start an [[FaultyStandaloneRestServer]] instead.
393393
* Return the master URL that corresponds to the address of this server.
394394
*/
395-
private def startServer(makeFakeMaster: RpcEnv => RpcEndpoint, faulty: Boolean = false): String = {
395+
private def startServer(
396+
makeFakeMaster: RpcEnv => RpcEndpoint, faulty: Boolean = false): String = {
396397
val name = "test-standalone-rest-protocol"
397398
val conf = new SparkConf
398399
val localhost = Utils.localHostName()

0 commit comments

Comments
 (0)