mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
style: Remove trailing whitespace in base_coder.py
This commit is contained in:
parent
87593a2e37
commit
511a2a26de
1 changed files with 1 additions and 1 deletions
|
@ -891,7 +891,7 @@ class Coder:
|
||||||
platform_text += f" - Default: {cmd}\n"
|
platform_text += f" - Default: {cmd}\n"
|
||||||
else:
|
else:
|
||||||
platform_text += f" - {lang}: {cmd}\n"
|
platform_text += f" - {lang}: {cmd}\n"
|
||||||
|
|
||||||
if self.test_cmd:
|
if self.test_cmd:
|
||||||
platform_text += f"- Test command: {self.test_cmd}\n"
|
platform_text += f"- Test command: {self.test_cmd}\n"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue