dispatch: remove extra newline

The return statement belongs to the lines above.
This commit is contained in:
Martin Geisler 2011-12-10 18:40:05 +01:00
parent f89c093d08
commit 237daccf1b

View File

@ -259,7 +259,6 @@ class cmdalias(object):
return 1
self.fn = fn
self.badalias = True
return
if self.definition.startswith('!'):