mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55:00 +00:00
style: Format code with linter
This commit is contained in:
parent
7b98db2f7d
commit
10192296fe
1 changed files with 3 additions and 3 deletions
|
@ -445,7 +445,7 @@ class InputOutput:
|
||||||
multiline_input = True
|
multiline_input = True
|
||||||
# Check for optional tag after opening {
|
# Check for optional tag after opening {
|
||||||
if len(line) > 1:
|
if len(line) > 1:
|
||||||
tag = ''.join(c for c in line[1:] if c.isalnum())
|
tag = "".join(c for c in line[1:] if c.isalnum())
|
||||||
multiline_tag = tag
|
multiline_tag = tag
|
||||||
inp += line[len(tag) + 1 :] + "\n"
|
inp += line[len(tag) + 1 :] + "\n"
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue