mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
style: Remove trailing whitespace in base_coder.py
This commit is contained in:
parent
33793ca95d
commit
ec9a6f9d66
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ class Coder:
|
||||||
|
|
||||||
if self.lint_cmds:
|
if self.lint_cmds:
|
||||||
platform_text += f"- Lint commands: {self.lint_cmds}\n"
|
platform_text += f"- Lint commands: {self.lint_cmds}\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