mirror of
https://github.com/spf13/cobra
synced 2025-05-06 05:17:21 +00:00
Remove trailing whitespace in rootcmd
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
ccaecb155a
commit
4a177a2ba5
2 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@ func Execute() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() { {{if .viper}}
|
func init() { {{- if .viper}}
|
||||||
cobra.OnInitialize(initConfig)
|
cobra.OnInitialize(initConfig)
|
||||||
{{end}}
|
{{end}}
|
||||||
// Here you will define your flags and configuration settings.
|
// Here you will define your flags and configuration settings.
|
||||||
|
|
Loading…
Add table
Reference in a new issue