mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
fixed indent
This commit is contained in:
parent
1814638c1a
commit
01778be259
1 changed files with 15 additions and 13 deletions
|
@ -113,8 +113,10 @@ class InputOutput:
|
||||||
}
|
}
|
||||||
if self.input_history_file is not None:
|
if self.input_history_file is not None:
|
||||||
session_kwargs["history"] = FileHistory(self.input_history_file)
|
session_kwargs["history"] = FileHistory(self.input_history_file)
|
||||||
|
|
||||||
session = PromptSession(**session_kwargs)
|
session = PromptSession(**session_kwargs)
|
||||||
line = session.prompt()
|
line = session.prompt()
|
||||||
|
|
||||||
if line.strip() == "{" and not multiline_input:
|
if line.strip() == "{" and not multiline_input:
|
||||||
multiline_input = True
|
multiline_input = True
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue