Skip to content

Commit 0291f0f

Browse files
committed
Fix comment indentation style
1 parent c8fb9fa commit 0291f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/KubernetesUtils.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ private[spark] object KubernetesUtils {
3838
}
3939

4040
/**
41-
* Parses comma-separated list of imagePullSecrets into K8s-understandable format
42-
*/
41+
* Parses comma-separated list of imagePullSecrets into K8s-understandable format
42+
*/
4343
def parseImagePullSecrets(imagePullSecrets: Option[String]): List[LocalObjectReference] = {
4444
imagePullSecrets match {
4545
case Some(secretsCommaSeparated) =>

0 commit comments

Comments
 (0)