style: Remove trailing whitespace in redact-cast.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-13 16:04:16 -07:00
parent 169fa2e7b7
commit e561130336

View file

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