diff --git a/flag.go b/flag.go index de42938..6e911dc 100644 --- a/flag.go +++ b/flag.go @@ -568,8 +568,8 @@ func (f DurationFlag) ApplyWithError(set *flag.FlagSet) error { } set.Duration(name, f.Value, f.Usage) }) - return nil + return nil } func (f DurationFlag) IsRequired() bool {