mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Add whitespace around arithmetic operator in redact-cast.py
This commit is contained in:
parent
9513d307a1
commit
e90eb39a9b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def process_file(input_path, output_path):
|
|||
row = match.group(1)
|
||||
col = int(match.group(2))
|
||||
# Create pattern for the ending sequence
|
||||
target_pattern = f"\u001b[{row};{col-1}H"
|
||||
target_pattern = f"\u001b[{row};{col - 1}H"
|
||||
skip_mode = True
|
||||
# Start tracking time to subtract
|
||||
skip_start_time = current_timestamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue