mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
style: fix indentation in get_input method
This commit is contained in:
parent
5a0d66141f
commit
01b5bdc829
1 changed files with 2 additions and 2 deletions
|
@ -383,8 +383,8 @@ class InputOutput:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
rel_fnames = list(rel_fnames)
|
rel_fnames = list(rel_fnames)
|
||||||
show = ""
|
show = ""
|
||||||
if rel_fnames:
|
if rel_fnames:
|
||||||
rel_read_only_fnames = [
|
rel_read_only_fnames = [
|
||||||
get_rel_fname(fname, root) for fname in (abs_read_only_fnames or [])
|
get_rel_fname(fname, root) for fname in (abs_read_only_fnames or [])
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue