diff mercurial/dispatch.py @ 34486:a57c938e7ac8

style: never use a space before a colon or comma Differential Revision: https://phab.mercurial-scm.org/D954
author Alex Gaynor <agaynor@mozilla.com>
date Fri, 29 Sep 2017 15:48:34 +0000
parents bd50aa1aa035
children b09b3eaf9c96
line wrap: on
line diff
--- a/mercurial/dispatch.py	Mon Oct 02 19:25:11 2017 -0700
+++ b/mercurial/dispatch.py	Fri Sep 29 15:48:34 2017 +0000
@@ -243,10 +243,10 @@
         try:
             debugger = 'pdb'
             debugtrace = {
-                'pdb' : pdb.set_trace
+                'pdb': pdb.set_trace
             }
             debugmortem = {
-                'pdb' : pdb.post_mortem
+                'pdb': pdb.post_mortem
             }
 
             # read --config before doing anything else