Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Jun 7, 2022
1 parent 6f79a18 commit 7a52338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion cmd/werf/helm/helm.go
Expand Up @@ -203,7 +203,6 @@ func NewCmd() *cobra.Command {
} else {
panic(fmt.Sprintf("unexpected command %q, please report bug to the https://github.com/werf/werf", cmd.Name()))
}

}
}
}
Expand Down
Expand Up @@ -7,9 +7,8 @@ import (
"strings"
"text/template"

"github.com/werf/werf/pkg/deploy/helm/chart_extender/helpers/secrets"

"github.com/werf/logboek"
"github.com/werf/werf/pkg/deploy/helm/chart_extender/helpers/secrets"
)

func SetupIncludeWrapperFuncs(funcMap template.FuncMap) {
Expand Down

0 comments on commit 7a52338

Please sign in to comment.