mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
style: format code
This commit is contained in:
parent
6f9d4a2c72
commit
c9c45cb3ed
1 changed files with 3 additions and 1 deletions
|
@ -778,7 +778,9 @@ class Coder:
|
|||
inchat_files = self.get_inchat_relative_files()
|
||||
read_only_files = [self.get_rel_fname(fname) for fname in self.abs_read_only_fnames]
|
||||
all_files = sorted(set(inchat_files + read_only_files))
|
||||
edit_format = "code" if self.edit_format == self.main_model.edit_format else self.edit_format
|
||||
edit_format = (
|
||||
"code" if self.edit_format == self.main_model.edit_format else self.edit_format
|
||||
)
|
||||
return self.io.get_input(
|
||||
self.root,
|
||||
all_files,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue