mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
fix lint error
Signed-off-by: keitosuwahara <keitosuwahara0816@gmail.com>
This commit is contained in:
parent
a926f7d717
commit
28895d0322
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ import (
|
|||
const (
|
||||
TransformerLabel = "com.docker.compose.bridge"
|
||||
DefaultTransformerImage = "docker/compose-bridge-kubernetes"
|
||||
templatesPath = "/templates"
|
||||
|
||||
templatesPath = "/templates"
|
||||
)
|
||||
|
||||
type CreateTransformerOptions struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue