From 24bd016a1a15999dbdf83df7ff11eb300942ae6d Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 30 Nov 2024 13:59:09 -0800 Subject: [PATCH] style: Fix whitespace in update-history script --- scripts/update-history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-history.py b/scripts/update-history.py index 3b25971fb..c21867147 100755 --- a/scripts/update-history.py +++ b/scripts/update-history.py @@ -47,7 +47,7 @@ def main(): start_idx = history_content.find("# Release history") if start_idx == -1: raise ValueError("Could not find start of release history") - + relevant_history = history_content[start_idx:] # Save relevant portions to temporary files