style: add missing type marker

This commit is contained in:
2021-07-21 00:17:16 +02:00
parent 7b2100c568
commit e064f18730

View File

@ -8,7 +8,7 @@ import (
"github.com/urfave/cli/v2"
)
func RunApp(version, commit string) {
func RunApp(version string, commit string) {
app := &cli.App{
Name: "abra",
Usage: "The cooperative cloud utility belt 🎩🐇",