Skip to content

Commit

Permalink
Cleanup: Fix app.go formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Oct 14, 2022
1 parent adcd0c9 commit bb8ddda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Expand Up @@ -306,7 +306,7 @@ func (a *App) RunContext(ctx context.Context, arguments []string) (err error) {
}

// This is a stub function to keep public API unchanged from old code
//
//
// Deprecated: use App.Run or App.RunContext
func (a *App) RunAsSubcommand(ctx *Context) (err error) {
return a.RunContext(ctx.Context, ctx.Args().Slice())
Expand Down

0 comments on commit bb8ddda

Please sign in to comment.