Skip to content

Commit a59339c

Browse files
committed
minor styling
1 parent 22668e3 commit a59339c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

integration-test/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/backend/IntegrationTestBackend.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import io.fabric8.kubernetes.client.DefaultKubernetesClient
2121

2222
import org.apache.spark.deploy.k8s.integrationtest.backend.GCE.GCETestBackend
2323
import org.apache.spark.deploy.k8s.integrationtest.backend.minikube.MinikubeTestBackend
24-
import org.apache.spark.deploy.k8s.integrationtest.docker.KubernetesSuiteDockerManager
2524

2625
private[spark] trait IntegrationTestBackend {
2726
def initialize(): Unit

integration-test/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/docker/KubernetesSuiteDockerManager.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ private[spark] class KubernetesSuiteDockerManager(
209209
s" docker environment which are now stale and unused.", e)
210210
}
211211
}
212-
}
212+
}

0 commit comments

Comments
 (0)