diff --git a/plone/app/discussion/patches.py b/plone/app/discussion/patches.py index 3b4df60..71aaca7 100644 --- a/plone/app/discussion/patches.py +++ b/plone/app/discussion/patches.py @@ -45,4 +45,3 @@ def patchedClearFindAndRebuild(self): self.manage_catalogClear() portal = aq_parent(aq_inner(self)) portal.ZopeFindAndApply(portal, search_sub=True, apply_func=indexObject) - \ No newline at end of file