diff mercurial/exchange.py @ 22059:d5cef58d8ec8

whitespace: nuke triple blank lines in **.py
author Matt Mackall <mpm@selenic.com>
date Thu, 07 Aug 2014 14:58:12 -0500
parents e894de232f35
children d34058dd3246
line wrap: on
line diff
--- a/mercurial/exchange.py	Thu Aug 07 14:57:20 2014 -0500
+++ b/mercurial/exchange.py	Thu Aug 07 14:58:12 2014 -0500
@@ -221,8 +221,6 @@
         return func
     return dec
 
-
-
 def _pushdiscovery(pushop):
     """Run all discovery steps"""
     for stepname in pushdiscoveryorder: