dispatch: remove extra newline
authorMartin Geisler <mg@lazybytes.net>
Sat, 10 Dec 2011 18:40:05 +0100
changeset 15632 c9913ef748f7
parent 15630 e6868bd17f24
child 15636 4841035f37b6
dispatch: remove extra newline The return statement belongs to the lines above.
mercurial/dispatch.py
--- a/mercurial/dispatch.py	Fri Dec 09 17:58:12 2011 +0100
+++ b/mercurial/dispatch.py	Sat Dec 10 18:40:05 2011 +0100
@@ -259,7 +259,6 @@
                 return 1
             self.fn = fn
             self.badalias = True
-
             return
 
         if self.definition.startswith('!'):