style: Fix whitespace in update-history script

This commit is contained in:
Paul Gauthier (aider) 2024-11-30 13:59:09 -08:00
parent 3c44f824cb
commit 24bd016a1a

View file

@ -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