changeset 232:e534d2bc657c

cosmetic: Fix PEP8 spacing.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 11 Feb 2015 08:31:36 -0800
parents 137bcd498ef9
children 4379d8f8f831
files piecrust/serving.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/piecrust/serving.py	Wed Feb 11 08:31:13 2015 -0800
+++ b/piecrust/serving.py	Wed Feb 11 08:31:36 2015 -0800
@@ -404,8 +404,8 @@
         'text': 'text/plain',
         'css': 'text/css',
         'xhtml': 'application/xhtml+xml',
-        'atom': 'application/atom+xml', # or 'text/xml'?
-        'rss': 'application/rss+xml',   # or 'text/xml'?
+        'atom': 'application/atom+xml',  # or 'text/xml'?
+        'rss': 'application/rss+xml',    # or 'text/xml'?
         'json': 'application/json'}