reduce diff

This commit is contained in:
Lynn Cyrin 2019-07-11 20:19:42 -07:00
parent ce1630141e
commit fa8187f2ce
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897

View File

@ -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 {