From 15d5377040a09fb2baa37a1da57e6f93927a456e Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 22 Aug 2024 08:22:51 -0700 Subject: [PATCH] style: Fix formatting in testsr.py --- testsr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsr.py b/testsr.py index 3afeda92a..7d8954bf9 100755 --- a/testsr.py +++ b/testsr.py @@ -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