mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Remove trailing whitespace in redact-cast.py
This commit is contained in:
parent
f8642bfd94
commit
6d6db996fb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def main():
|
||||||
# Write the header to the output file
|
# Write the header to the output file
|
||||||
with open(output_file, "w") as f:
|
with open(output_file, "w") as f:
|
||||||
f.write(header + "\n")
|
f.write(header + "\n")
|
||||||
|
|
||||||
# Process each event through the terminal emulator and stream to file
|
# Process each event through the terminal emulator and stream to file
|
||||||
for event in tqdm(events, desc="Processing events"):
|
for event in tqdm(events, desc="Processing events"):
|
||||||
# Process the event in the terminal
|
# Process the event in the terminal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue