mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
style: remove trailing whitespace in update-history.py
This commit is contained in:
parent
cef333a01c
commit
a280f5d5b2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ def main():
|
||||||
version_idx = history_content.find(version_header, start_idx)
|
version_idx = history_content.find(version_header, start_idx)
|
||||||
if version_idx == -1:
|
if version_idx == -1:
|
||||||
raise ValueError(f"Could not find version header: {version_header}")
|
raise ValueError(f"Could not find version header: {version_header}")
|
||||||
|
|
||||||
# Find the next version header after this one
|
# Find the next version header after this one
|
||||||
next_version_idx = history_content.find("\n### Aider v", version_idx + len(version_header))
|
next_version_idx = history_content.find("\n### Aider v", version_idx + len(version_header))
|
||||||
if next_version_idx == -1:
|
if next_version_idx == -1:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue