Remove trailing whitespace in rootcmd

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2017-12-30 13:56:22 +01:00
parent ccaecb155a
commit 4a177a2ba5
2 changed files with 2 additions and 2 deletions

View file

@ -174,7 +174,7 @@ func Execute() {
}
}
func init() { {{if .viper}}
func init() { {{- if .viper}}
cobra.OnInitialize(initConfig)
{{end}}
// Here you will define your flags and configuration settings.