From 01d4f929ac004902ebde688f0ac457a4f61a47d1 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)