style: Remove trailing whitespace in commands.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-22 18:15:17 -07:00
parent 0549e7079d
commit 4d61b596ff

View file

@ -1482,7 +1482,7 @@ class Commands:
user_input = pipe_editor(initial_content, suffix="md", editor=self.editor)
if user_input.strip():
self.io.set_placeholder(user_input.rstrip())
def cmd_edit(self, args=""):
"Alias for /editor: Open an editor to write a prompt"
return self.cmd_editor(args)