mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
style: Remove trailing whitespace in base_coder.py
This commit is contained in:
parent
d6906fb100
commit
f9e0a99064
1 changed files with 1 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ class Coder:
|
|||
except (Exception, KeyError):
|
||||
# Skip platform info if it can't be retrieved
|
||||
platform_text = "- Platform information unavailable\n"
|
||||
|
||||
|
||||
shell_var = "COMSPEC" if os.name == "nt" else "SHELL"
|
||||
shell_val = os.getenv(shell_var)
|
||||
platform_text += f"- Shell: {shell_var}={shell_val}\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue