mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
fix: fix indentation error in get_index function in aider/help.py
This commit is contained in:
parent
8b0314ae77
commit
6ab1fdfe36
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ def get_index():
|
|||
)
|
||||
index = load_index_from_storage(storage_context)
|
||||
else:
|
||||
if index is None:
|
||||
if index is None:
|
||||
parser = MarkdownNodeParser()
|
||||
|
||||
nodes = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue