From bdfcb1ce65350c2abdff832f42c8452c613f929d Mon Sep 17 00:00:00 2001 From: tobes Date: Fri, 19 Jul 2013 12:03:17 +0100 Subject: [PATCH] [#1119] Pep 8 --- ckanext/textpreview/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ckanext/textpreview/plugin.py b/ckanext/textpreview/plugin.py index 9e6d8172fd1..8f66727b3cd 100644 --- a/ckanext/textpreview/plugin.py +++ b/ckanext/textpreview/plugin.py @@ -23,8 +23,8 @@ 'txt': 2, 'plain': 2, 'xml' : 2, - 'json': 2, - 'jsonp': 2 + 'json' : 2, + 'jsonp' : 2, }