mercurial/commandserver.py
changeset 34486 a57c938e7ac8
parent 34373 76b334b9f45c
child 35245 414114a7c18f
--- a/mercurial/commandserver.py	Mon Oct 02 19:25:11 2017 -0700
+++ b/mercurial/commandserver.py	Fri Sep 29 15:48:34 2017 +0000
@@ -272,8 +272,8 @@
 
         return cmd != ''
 
-    capabilities = {'runcommand'  : runcommand,
-                    'getencoding' : getencoding}
+    capabilities = {'runcommand': runcommand,
+                    'getencoding': getencoding}
 
     def serve(self):
         hellomsg = 'capabilities: ' + ' '.join(sorted(self.capabilities))