From 6d6db996fb17f123b517292debc198a1e00252ba Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 13 Mar 2025 16:03:30 -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 ac5d33676..42064a38e 100755 --- a/scripts/redact-cast.py +++ b/scripts/redact-cast.py @@ -36,7 +36,7 @@ def main(): # Write the header to the output file with open(output_file, "w") as f: f.write(header + "\n") - + # Process each event through the terminal emulator and stream to file for event in tqdm(events, desc="Processing events"): # Process the event in the terminal