mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
style: Fix whitespace in update-history script
This commit is contained in:
parent
3c44f824cb
commit
24bd016a1a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def main():
|
||||||
start_idx = history_content.find("# Release history")
|
start_idx = history_content.find("# Release history")
|
||||||
if start_idx == -1:
|
if start_idx == -1:
|
||||||
raise ValueError("Could not find start of release history")
|
raise ValueError("Could not find start of release history")
|
||||||
|
|
||||||
relevant_history = history_content[start_idx:]
|
relevant_history = history_content[start_idx:]
|
||||||
|
|
||||||
# Save relevant portions to temporary files
|
# Save relevant portions to temporary files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue