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

Commit e071ad9

Browse files
authored
Scalastyle fixes (#278)
1 parent f005268 commit e071ad9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/kubernetes/integrationtest/KubernetesTestComponents.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ private[spark] class KubernetesTestComponents(defaultClient: DefaultKubernetesCl
9595
val trustManager = SSLUtils.trustManagers(kubernetesConf)(0).asInstanceOf[X509TrustManager]
9696
HttpClientUtil.createClient[T](Set(url), 5, sslContext.getSocketFactory, trustManager)
9797
}
98-
}
98+
}

resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/kubernetes/integrationtest/ProcessUtils.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ import org.apache.spark.util.Utils
2626

2727
object ProcessUtils extends Logging {
2828
/**
29-
* executeProcess is used to run a command and return the output if it
30-
* completes within timeout seconds.
31-
*/
29+
* executeProcess is used to run a command and return the output if it
30+
* completes within timeout seconds.
31+
*/
3232
def executeProcess(fullCommand: Array[String], timeout: Long): Seq[String] = {
3333
val pb = new ProcessBuilder().command(fullCommand: _*)
3434
pb.redirectErrorStream(true)

resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/kubernetes/integrationtest/constants.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ package org.apache.spark.deploy.kubernetes.integrationtest
1919
package object constants {
2020
val MINIKUBE_TEST_BACKEND = "minikube"
2121
val GCE_TEST_BACKEND = "gce"
22-
}
22+
}

0 commit comments

Comments
 (0)