Fix golint issue

This commit is contained in:
Stephen Heywood 2020-05-26 23:34:53 +00:00
parent b3baef5e05
commit ecb68742e0

View File

@ -214,9 +214,8 @@ func deleteEventCollection(f *framework.Framework, label string) func() (bool, e
if err != nil {
return false, err
} else {
return true, nil
}
return true, nil
}
}