Skip to content

Commit

Permalink
fix(CLI): Fix format for app (#1100)
Browse files Browse the repository at this point in the history
fix: Fix format

Signed-off-by: Ce Gao <cegao@tensorchord.ai>

Signed-off-by: Ce Gao <cegao@tensorchord.ai>
  • Loading branch information
gaocegege committed Oct 27, 2022
1 parent 0a975de commit 4429bae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ func New() EnvdApp {
Global Options:
{{range $index, $option := .VisibleFlags}}{{if $index}}
{{end}}{{wrap $option.String 6}}{{end}}{{end}}{{end}}`
{{end}}{{wrap $option.String 6}}{{end}}{{end}}{{end}}
`

// Deal with debug flag.
var debugEnabled bool
Expand Down

0 comments on commit 4429bae

Please sign in to comment.