Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit bc856b2

Browse files
committed
Indentation fix
1 parent 252fa1d commit bc856b2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

resource-managers/kubernetes/core/src/test/scala/org/apache/spark/scheduler/cluster/kubernetes/ExecutorPodFactorySuite.scala

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ class ExecutorPodFactoryImplSuite extends SparkFunSuite with BeforeAndAfter {
3838
private val executorImage: String = "executor-image"
3939
private val driverPod = new PodBuilder()
4040
.withNewMetadata()
41-
.withName(driverPodName)
42-
.withUid(driverPodUid)
43-
.endMetadata()
41+
.withName(driverPodName)
42+
.withUid(driverPodUid)
43+
.endMetadata()
4444
.withNewSpec()
45-
.withNodeName("some-node")
46-
.endSpec()
45+
.withNodeName("some-node")
46+
.endSpec()
4747
.withNewStatus()
48-
.withHostIP("192.168.99.100")
49-
.endStatus()
48+
.withHostIP("192.168.99.100")
49+
.endStatus()
5050
.build()
5151
private var baseConf: SparkConf = _
5252
private var sc: SparkContext = _

0 commit comments

Comments
 (0)