diff tests/test-parseindex2.py @ 27637:b502138f5faa

cleanup: remove superfluous space after space after equals (python)
author timeless <timeless@mozdev.org>
date Thu, 31 Dec 2015 08:16:59 +0000
parents 3681de20b0a7
children 0c2295384eea
line wrap: on
line diff
--- a/tests/test-parseindex2.py	Mon Jan 04 21:54:46 2016 -0800
+++ b/tests/test-parseindex2.py	Thu Dec 31 08:16:59 2015 +0000
@@ -22,7 +22,7 @@
     s = 64
     cache = None
     index = []
-    nodemap =  {nullid: nullrev}
+    nodemap = {nullid: nullrev}
     n = off = 0
 
     l = len(data) - s