From 01473db9b96cb3d9d645ed389aa7d8f7f45d099e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katja=20S=C3=BCss?= Date: Mon, 17 Jul 2017 11:38:32 +0200 Subject: [PATCH] added missing new line at the end of the file --- plone/app/discussion/upgrades.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/upgrades.py b/plone/app/discussion/upgrades.py index 56a4e5f..7db3ebf 100644 --- a/plone/app/discussion/upgrades.py +++ b/plone/app/discussion/upgrades.py @@ -64,4 +64,4 @@ def upgrade_comment_workflows(context): def update_catalog(context): - context.runImportStepFromProfile(default_profile, 'catalog') \ No newline at end of file + context.runImportStepFromProfile(default_profile, 'catalog')