1
0
Эх сурвалжийг харах

fix lint error

Signed-off-by: keitosuwahara <[email protected]>
keitosuwahara 4 сар өмнө
parent
commit
28895d0322

+ 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 {