Skip to content

Commit 3cdc499

Browse files
committed
fix lint
Signed-off-by: Yaroslav Pershin <62902094+iapershin@users.noreply.github.com>
1 parent 0d5ea79 commit 3cdc499

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

client/cmd/trdl/command/template.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const (
1414
`{{$optionsCmdFor := optionsCmdFor .}}` +
1515
`{{$usageLine := usageLine .}}` +
1616
`{{$versionLine := versionLine .}}`
17-
1817

1918
// SectionAliases is the help template section that displays command aliases.
2019
SectionAliases = `{{if gt .Aliases 0}}Aliases:

client/cmd/trdl/main.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ import (
1111
"github.com/werf/trdl/client/internal/logger"
1212
)
1313

14-
var homeDir string
15-
var debug bool
14+
var (
15+
homeDir string
16+
debug bool
17+
)
1618

1719
func main() {
1820
if err := rootCmd().Execute(); err != nil {

0 commit comments

Comments
 (0)