Fix formatting

This commit is contained in:
Caleb Woodbine 2020-06-04 13:46:21 +12:00
parent 076d96236e
commit e3b9d78915

View File

@ -377,7 +377,7 @@ var _ = SIGDescribe("ReplicationController", func() {
framework.ExpectEqual(eventFound, true, "failed to find RC %v event", watch.Added)
return actualWatchEvents
}, func () (err error) {
}, func() (err error) {
_ = f.ClientSet.CoreV1().ReplicationControllers(testRcNamespace).DeleteCollection(context.TODO(), metav1.DeleteOptions{}, metav1.ListOptions{LabelSelector: "test-rc-static=true"})
return err
})