Skip to content

Commit 28895d0

Browse files
suwakeindeloof
authored andcommitted
fix lint error
Signed-off-by: keitosuwahara <[email protected]>
1 parent a926f7d commit 28895d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/bridge/transformers.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ import (
3333
const (
3434
TransformerLabel = "com.docker.compose.bridge"
3535
DefaultTransformerImage = "docker/compose-bridge-kubernetes"
36-
templatesPath = "/templates"
36+
37+
templatesPath = "/templates"
3738
)
3839

3940
type CreateTransformerOptions struct {

0 commit comments

Comments
 (0)