mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Remove trailing whitespace in redact-cast.py
This commit is contained in:
parent
169fa2e7b7
commit
e561130336
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def main():
|
|||
header_data = json.loads(header)
|
||||
width = header_data.get("width", 80)
|
||||
height = header_data.get("height", 24)
|
||||
|
||||
|
||||
print(f"Terminal dimensions: {width}x{height}")
|
||||
|
||||
# Initialize pyte screen and stream with dimensions from header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue