Skip to content

Commit 4d61b59

Browse files
committed
style: Remove trailing whitespace in commands.py
1 parent 0549e70 commit 4d61b59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aider/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ def cmd_editor(self, initial_content=""):
14821482
user_input = pipe_editor(initial_content, suffix="md", editor=self.editor)
14831483
if user_input.strip():
14841484
self.io.set_placeholder(user_input.rstrip())
1485-
1485+
14861486
def cmd_edit(self, args=""):
14871487
"Alias for /editor: Open an editor to write a prompt"
14881488
return self.cmd_editor(args)

0 commit comments

Comments
 (0)