mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: remove trailing whitespace in base_coder.py
This commit is contained in:
parent
b178fe85d8
commit
6f70cb3780
1 changed files with 1 additions and 1 deletions
|
@ -1868,7 +1868,7 @@ class Coder:
|
||||||
def run_shell_commands(self):
|
def run_shell_commands(self):
|
||||||
if not self.suggest_shell_commands:
|
if not self.suggest_shell_commands:
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
done = set()
|
done = set()
|
||||||
group = ConfirmGroup(set(self.shell_commands))
|
group = ConfirmGroup(set(self.shell_commands))
|
||||||
accumulated_output = ""
|
accumulated_output = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue