style: remove trailing whitespace in base_coder.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-27 13:31:49 -07:00
parent b178fe85d8
commit 6f70cb3780

View file

@ -1868,7 +1868,7 @@ class Coder:
def run_shell_commands(self):
if not self.suggest_shell_commands:
return ""
done = set()
group = ConfirmGroup(set(self.shell_commands))
accumulated_output = ""