From bb8ddda4804e25aa9ba0a3f8e247a4c7d123c974 Mon Sep 17 00:00:00 2001 From: Naveen Gogineni Date: Fri, 14 Oct 2022 17:26:14 -0400 Subject: [PATCH] Cleanup: Fix app.go formatting --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.go b/app.go index e51400372a..24704e8f7b 100644 --- a/app.go +++ b/app.go @@ -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())