From 946012b50d4b9342b8b6e6a9dbaaed7b978a5b1f Mon Sep 17 00:00:00 2001 From: Ajitem Sahasrabuddhe Date: Sat, 25 Jan 2020 23:24:30 +0530 Subject: [PATCH] add file with incorrec formatting to verify test --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index 74ed519..71e0a5e 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.