Skip to content

Commit 7073171

Browse files
committed
style: Fix formatting in io.py
1 parent cf4aa68 commit 7073171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aider/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ def format_files_for_input(self, rel_fnames, rel_read_only_fnames):
920920
for rel_path in read_only_files:
921921
abs_path = os.path.abspath(os.path.join(self.root, rel_path))
922922
ro_paths.append(abs_path if len(abs_path) < len(rel_path) else rel_path)
923-
923+
924924
files_with_label = ["Readonly:"] + ro_paths
925925
read_only_output = StringIO()
926926
Console(file=read_only_output, force_terminal=False).print(Columns(files_with_label))

0 commit comments

Comments
 (0)