mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05: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:
|
||||
session_kwargs["history"] = FileHistory(self.input_history_file)
|
||||
|
||||
session = PromptSession(**session_kwargs)
|
||||
line = session.prompt()
|
||||
|
||||
if line.strip() == "{" and not multiline_input:
|
||||
multiline_input = True
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue