# HG changeset patch # User Ludovic Chabant # Date 1423672296 28800 # Node ID e534d2bc657cbe62c08fcd167c24908937a7b444 # Parent 137bcd498ef9d88f6a49fd92d39b543ce22ee15f cosmetic: Fix PEP8 spacing. diff -r 137bcd498ef9 -r e534d2bc657c piecrust/serving.py --- 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'}