mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: remove trailing whitespace in io.py
This commit is contained in:
parent
d4e47bc7e7
commit
13fe2036db
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ class InputOutput:
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
res = input(question)
|
res = input(question)
|
||||||
|
|
||||||
if not res:
|
if not res:
|
||||||
res = "y" # Default to Yes if no input
|
res = "y" # Default to Yes if no input
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue