style: Fix formatting in testsr.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-22 08:22:51 -07:00
parent 2f7e690966
commit 15d5377040

View file

@ -29,7 +29,7 @@ def process_markdown(filename):
content = "\n".join(section.split("\n")[1:]).strip() content = "\n".join(section.split("\n")[1:]).strip()
for fence in all_fences: for fence in all_fences:
if '\n' + fence[0] in content: if "\n" + fence[0] in content:
break break
# Process the content with find_original_update_blocks # Process the content with find_original_update_blocks