style: Remove trailing whitespaces in base_coder.py and io.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-06 11:41:58 -08:00
parent 3c0eae4180
commit 813de04596
2 changed files with 7 additions and 7 deletions

View file

@ -1279,7 +1279,7 @@ class Coder:
def send_message(self, inp):
self.event("message_send_starting")
# Notify IO that LLM processing is starting
self.io.llm_started()