mercurial/httppeer.py
changeset 27637 b502138f5faa
parent 26587 56b2bcea2529
child 28483 6f38ec428a19
--- a/mercurial/httppeer.py	Mon Jan 04 21:54:46 2016 -0800
+++ b/mercurial/httppeer.py	Thu Dec 31 08:16:59 2015 +0000
@@ -254,7 +254,7 @@
                 os.unlink(filename)
 
     def _callcompressable(self, cmd, **args):
-        stream =  self._callstream(cmd, **args)
+        stream = self._callstream(cmd, **args)
         return util.chunkbuffer(zgenerator(stream))
 
     def _abort(self, exception):