Skip to content

Commit

Permalink
[#1119] This is the PEP8 I meant
Browse files Browse the repository at this point in the history
Conflicts:

	ckanext/textpreview/plugin.py
  • Loading branch information
tobes authored and amercader committed Jul 31, 2013
1 parent 68a9c09 commit af60a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/textpreview/plugin.py
Expand Up @@ -22,9 +22,9 @@
'text/plain': 2,
'txt': 2,
'plain': 2,
'xml' : 2,
'xml': 2,
'json': 2,
'jsonp': 2
'jsonp': 2,
}


Expand Down

0 comments on commit af60a28

Please sign in to comment.