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 1b3da50 commit 1dfa982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_test.go
Expand Up @@ -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)
})
Expand Down Expand Up @@ -2386,4 +2386,4 @@ func TestSetupInitializesOnlyNilWriters(t *testing.T) {
if a.Writer != os.Stdout {
t.Errorf("expected a.Writer to be os.Stdout")
}
}
}

0 comments on commit 1dfa982

Please sign in to comment.