mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
style: Remove trailing whitespace in base_coder.py
This commit is contained in:
parent
cf496abec0
commit
821662abcb
1 changed files with 1 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ class Coder:
|
|||
except Exception:
|
||||
# Skip platform info if it can't be retrieved
|
||||
pass
|
||||
|
||||
|
||||
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