mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-19 16:55:16 +01:00
Add comment to make the linter happy
Signed-off-by: Nathan Lowe <public@nlowe.me>
This commit is contained in:
parent
71ada8b21d
commit
14eff4d9f2
@ -54,6 +54,7 @@ func (e *evaluator) Action() string {
|
||||
return action.Retain
|
||||
}
|
||||
|
||||
// New constructs a new 'Days Since Last Push' evaluator
|
||||
func New(params rule.Parameters) rule.Evaluator {
|
||||
if params != nil {
|
||||
if p, ok := params[ParameterN]; ok {
|
||||
|
Loading…
Reference in New Issue
Block a user