diff mercurial/hgweb/wsgicgi.py @ 34486:a57c938e7ac8

style: never use a space before a colon or comma Differential Revision: https://phab.mercurial-scm.org/D954
author Alex Gaynor <agaynor@mozilla.com>
date Fri, 29 Sep 2017 15:48:34 +0000
parents f1c9fafcbf46
children 482d6f6dba91
line wrap: on
line diff
--- a/mercurial/hgweb/wsgicgi.py	Mon Oct 02 19:25:11 2017 -0700
+++ b/mercurial/hgweb/wsgicgi.py	Fri Sep 29 15:48:34 2017 +0000
@@ -87,4 +87,4 @@
         if not headers_sent:
             write('')   # send headers now if body was empty
     finally:
-        getattr(content, 'close', lambda : None)()
+        getattr(content, 'close', lambda: None)()