##// END OF EJS Templates
dispatch: remove extra newline...
Martin Geisler -
r15632:c9913ef7 default
parent child Browse files
Show More
@@ -259,7 +259,6 b' class cmdalias(object):'
259 return 1
259 return 1
260 self.fn = fn
260 self.fn = fn
261 self.badalias = True
261 self.badalias = True
262
263 return
262 return
264
263
265 if self.definition.startswith('!'):
264 if self.definition.startswith('!'):
General Comments 0
You need to be logged in to leave comments. Login now