mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
style: Fix formatting in testsr.py
This commit is contained in:
parent
2f7e690966
commit
15d5377040
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def process_markdown(filename):
|
|||
content = "\n".join(section.split("\n")[1:]).strip()
|
||||
|
||||
for fence in all_fences:
|
||||
if '\n' + fence[0] in content:
|
||||
if "\n" + fence[0] in content:
|
||||
break
|
||||
|
||||
# Process the content with find_original_update_blocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue