mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Fix golint issue
This commit is contained in:
parent
b3baef5e05
commit
ecb68742e0
@ -214,9 +214,8 @@ func deleteEventCollection(f *framework.Framework, label string) func() (bool, e
|
|||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return false, err
|
return false, err
|
||||||
} else {
|
|
||||||
return true, nil
|
|
||||||
}
|
}
|
||||||
|
return true, nil
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user