ran 'make fmt'

Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
This commit is contained in:
Andreas Ulm 2019-04-28 14:27:33 +02:00
parent aee0e7d0f0
commit 9021a0e643
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func runRepos(ctx *cli.Context) error {
return nil return nil
} }
func initCommandLoginOnly(ctx *cli.Context) (*Login) { func initCommandLoginOnly(ctx *cli.Context) *Login {
err := loadConfig(yamlConfigPath) err := loadConfig(yamlConfigPath)
if err != nil { if err != nil {
log.Fatal("load config file failed", yamlConfigPath) log.Fatal("load config file failed", yamlConfigPath)