mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
style: Remove trailing whitespace in commands.py
This commit is contained in:
parent
0549e7079d
commit
4d61b596ff
1 changed files with 1 additions and 1 deletions
|
@ -1482,7 +1482,7 @@ class Commands:
|
||||||
user_input = pipe_editor(initial_content, suffix="md", editor=self.editor)
|
user_input = pipe_editor(initial_content, suffix="md", editor=self.editor)
|
||||||
if user_input.strip():
|
if user_input.strip():
|
||||||
self.io.set_placeholder(user_input.rstrip())
|
self.io.set_placeholder(user_input.rstrip())
|
||||||
|
|
||||||
def cmd_edit(self, args=""):
|
def cmd_edit(self, args=""):
|
||||||
"Alias for /editor: Open an editor to write a prompt"
|
"Alias for /editor: Open an editor to write a prompt"
|
||||||
return self.cmd_editor(args)
|
return self.cmd_editor(args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue