Przeglądaj źródła

fix lint error

Signed-off-by: keitosuwahara <[email protected]>
keitosuwahara 4 miesięcy temu
rodzic
commit
28895d0322
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      pkg/bridge/transformers.go

+ 2 - 1
pkg/bridge/transformers.go

@@ -33,7 +33,8 @@ import (
 const (
 	TransformerLabel        = "com.docker.compose.bridge"
 	DefaultTransformerImage = "docker/compose-bridge-kubernetes"
-	templatesPath = "/templates"
+
+	templatesPath           = "/templates"
 )
 
 type CreateTransformerOptions struct {