style: Remove trailing whitespace in base_coder.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-21 11:22:00 -07:00
parent cf496abec0
commit 821662abcb

View file

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