From 057d8a5c2435b1193489c248d11b024ad0601edb Mon Sep 17 00:00:00 2001 From: James Alavosus Date: Tue, 21 Jun 2022 19:24:59 -0400 Subject: [PATCH] gofmt --- app_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app_test.go b/app_test.go index 49c258d3b5..cac810f715 100644 --- a/app_test.go +++ b/app_test.go @@ -548,7 +548,7 @@ func TestApp_RunDefaultCommandWithSubCommand(t *testing.T) { {Name: "batbaz", Aliases: []string{"b"}}, }, } - + err := app.Run([]string{"c", test.cmdName, test.subCmd}) expect(t, err == nil, test.expected) }) @@ -2375,4 +2375,4 @@ func TestSetupInitializesOnlyNilWriters(t *testing.T) { if a.Writer != os.Stdout { t.Errorf("expected a.Writer to be os.Stdout") } -} \ No newline at end of file +}