fix: fix indentation error in get_index function in aider/help.py

This commit is contained in:
Paul Gauthier (aider) 2024-09-27 12:23:09 -07:00
parent 8b0314ae77
commit 6ab1fdfe36

View file

@ -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 = []