Take care of some pesky whitespace issues
[mw] / src / mw / clicommands.py
index 8f951a60bed7f6f92c8926fc24c8ee9fa115da3e..e44f0d8b639501a794885cccdf0e2209b63f9131 100644 (file)
@@ -143,4 +143,4 @@ class DiffCommand(CommandBase):
             if status[file] == 'U':
                 print self.metadir.diff_rv_to_working(
                     mw.api.filename_to_pagename(file[:-5])
-                )
+                ),

Benjamin Mako Hill || Want to submit a patch?