Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jalavosus committed Jun 21, 2022
1 parent 5c430bc commit 057d8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_test.go
Expand Up @@ -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)
})
Expand Down Expand Up @@ -2375,4 +2375,4 @@ func TestSetupInitializesOnlyNilWriters(t *testing.T) {
if a.Writer != os.Stdout {
t.Errorf("expected a.Writer to be os.Stdout")
}
}
}

0 comments on commit 057d8a5

Please sign in to comment.