Mercurial > public > mercurial-scm > hg-stable
diff mercurial/httppeer.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 | 3c91cc0c5fde |
children | 375c8debe336 |
line wrap: on
line diff
--- a/mercurial/httppeer.py Mon Oct 02 19:25:11 2017 -0700 +++ b/mercurial/httppeer.py Fri Sep 29 15:48:34 2017 +0000 @@ -151,7 +151,7 @@ if urlopener: for h in urlopener.handlers: h.close() - getattr(h, "close_all", lambda : None)() + getattr(h, "close_all", lambda: None)() # Begin of _basepeer interface.