From 4f4f9f9cec944b6e36bba216531103695b3a91cc Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 2 Sep 2010 20:21:53 +0000 Subject: [PATCH] Fix whitespace for coverage test. svn path=/plone.app.discussion/trunk/; revision=39609 --- plone/app/discussion/patches.py | 1 - 1 file changed, 1 deletion(-) 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