mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: Fix formatting and encoding in base_coder.py
This commit is contained in:
parent
25c36503ff
commit
ee6641f2e7
1 changed files with 2 additions and 2 deletions
|
@ -1666,6 +1666,6 @@ class Coder:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if not self.dry_run:
|
if not self.dry_run:
|
||||||
with open(full_path, 'w', encoding=self.io.encoding) as f:
|
with open(full_path, "w", encoding=self.io.encoding) as f:
|
||||||
f.write(content)
|
f.write(content)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue