From 53576dc916aecc05a984c5ff841d28318301cb55 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 21 Jul 2021 13:32:16 +0200 Subject: [PATCH] Revert "style: add missing type marker" This reverts commit e064f187305616c01683659beaba24628b97d8b9. As discussed, this is explicitly using a type shorthand which is all good. --- cli/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cli.go b/cli/cli.go index 8f491cb6..d0a9b934 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -8,7 +8,7 @@ import ( "github.com/urfave/cli/v2" ) -func RunApp(version string, commit string) { +func RunApp(version, commit string) { app := &cli.App{ Name: "abra", Usage: "The Co-op Cloud utility belt 🎩🐇",