style: Remove trailing whitespace in base_coder.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-30 18:23:57 -07:00
parent 33793ca95d
commit ec9a6f9d66

View file

@ -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"