From 9021a0e643e6bd39c737cb2b8416fab463606565 Mon Sep 17 00:00:00 2001 From: Andreas Ulm Date: Sun, 28 Apr 2019 14:27:33 +0200 Subject: [PATCH] ran 'make fmt' Signed-off-by: Andreas Ulm --- cmd/repos.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/repos.go b/cmd/repos.go index 956450f..08c0fa2 100644 --- a/cmd/repos.go +++ b/cmd/repos.go @@ -54,7 +54,7 @@ func runRepos(ctx *cli.Context) error { return nil } -func initCommandLoginOnly(ctx *cli.Context) (*Login) { +func initCommandLoginOnly(ctx *cli.Context) *Login { err := loadConfig(yamlConfigPath) if err != nil { log.Fatal("load config file failed", yamlConfigPath)