mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00
Fix lint error
This commit is contained in:
@@ -19,7 +19,7 @@ type Namespace struct {
|
|||||||
|
|
||||||
// LabelNamespace applies the given labels to the specified namespace
|
// LabelNamespace applies the given labels to the specified namespace
|
||||||
func (n *Namespace) LabelNamespace(ctx context.Context, labelsMap map[string]string) {
|
func (n *Namespace) LabelNamespace(ctx context.Context, labelsMap map[string]string) {
|
||||||
if labelsMap == nil || len(labelsMap) == 0 {
|
if len(labelsMap) == 0 {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user