From 1dfa9827f6b7cc866087a97bee6f5ca3efc8d309 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 3dd837f687..e814cbbd77 100644 --- a/app_test.go +++ b/app_test.go @@ -551,7 +551,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) }) @@ -2386,4 +2386,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 +}