chore: make linter happy

Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
This commit is contained in:
Leonardo Cecchi 2026-04-29 13:10:18 +02:00
parent a6ddc7828e
commit 73c07ba279

View File

@ -365,9 +365,5 @@ func roleBindingNeedsUpdate(existing, desired *rbacv1.RoleBinding) bool {
}
}
if labelsNeedUpdate(existing.Labels, desired.Labels) {
return true
}
return false
return labelsNeedUpdate(existing.Labels, desired.Labels)
}