Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
Remove whitespace
  • Loading branch information
spereverde authored and gotcha committed Sep 18, 2015
1 parent b627a6d commit ccf977a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/collective/ckeditor/browser/ckeditorview.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@ def getCK_plone_config(self):
removePlugins = self.cke_properties.getProperty('removePlugins', [])
if removePlugins:
params_js_string += (
'''config.removePlugins = "%s";''' % ','.join(removePlugins)
)
'''config.removePlugins = "%s";''' % ','.join(removePlugins))

params_js_string += """
config.filebrowserWindowWidth = parseInt(jQuery(window).width()*70/100);
Expand Down

0 comments on commit ccf977a

Please sign in to comment.