From d114940d57921c2ad86981831028be18a948b213 Mon Sep 17 00:00:00 2001 From: Ajitem Sahasrabuddhe Date: Sat, 25 Jan 2020 23:27:56 +0530 Subject: [PATCH] revert back to correct formatting --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index 71e0a5e..74ed519 100644 --- a/context.go +++ b/context.go @@ -43,7 +43,7 @@ func NewContext(app *App, set *flag.FlagSet, parentCtx *Context) *Context { // NumFlags returns the number of flags set func (c *Context) NumFlags() int { - return c.flagSet.NFlag() + return c.flagSet.NFlag() } // Set sets a context flag to a value.