From e5611303367fc47a716bad9eaad696265d47c21b Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 13 Mar 2025 16:04:16 -0700 Subject: [PATCH] style: Remove trailing whitespace in redact-cast.py --- scripts/redact-cast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/redact-cast.py b/scripts/redact-cast.py index 8d8b9aa74..f9716c133 100755 --- a/scripts/redact-cast.py +++ b/scripts/redact-cast.py @@ -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