style: Remove trailing whitespace in redact-cast.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-13 16:03:30 -07:00
parent f8642bfd94
commit 6d6db996fb

View file

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