mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Fix formatting in commands.py
This commit is contained in:
parent
1f56118c99
commit
2509f0704f
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ class Commands:
|
|||
text = document.text_before_cursor
|
||||
|
||||
# Skip the first word and the space after it
|
||||
after_command = ' '.join(text.split()[1:])
|
||||
after_command = " ".join(text.split()[1:])
|
||||
|
||||
# Create a new Document object with the text after the command
|
||||
new_document = Document(after_command, cursor_position=len(after_command))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue