Add comment to make the linter happy

Signed-off-by: Nathan Lowe <public@nlowe.me>
This commit is contained in:
Nathan Lowe 2019-08-05 00:30:29 -04:00
parent 71ada8b21d
commit 14eff4d9f2
No known key found for this signature in database
GPG Key ID: 1091439964459621

View File

@ -54,6 +54,7 @@ func (e *evaluator) Action() string {
return action.Retain return action.Retain
} }
// New constructs a new 'Days Since Last Push' evaluator
func New(params rule.Parameters) rule.Evaluator { func New(params rule.Parameters) rule.Evaluator {
if params != nil { if params != nil {
if p, ok := params[ParameterN]; ok { if p, ok := params[ParameterN]; ok {