mercurial/templater.py
changeset 27637 b502138f5faa
parent 27293 9e06e7fb037d
child 27891 ac8c0ee5c3b8
--- a/mercurial/templater.py	Mon Jan 04 21:54:46 2016 -0800
+++ b/mercurial/templater.py	Thu Dec 31 08:16:59 2015 +0000
@@ -832,7 +832,7 @@
     paths = templatepaths()
     if not paths:
         return _('no templates found, try `hg debuginstall` for more info')
-    dirlist =  os.listdir(paths[0])
+    dirlist = os.listdir(paths[0])
     stylelist = []
     for file in dirlist:
         split = file.split(".")