mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
refactor: remove unused comment in EditBlockCoder
This commit is contained in:
parent
7553104433
commit
87a31a583a
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ class EditBlockCoder(Coder):
|
|||
content = self.io.read_text(full_path)
|
||||
new_content = do_replace(full_path, content, original, updated, self.fence)
|
||||
if new_content:
|
||||
# ai: update the edits array to reflect the actually edited file
|
||||
break
|
||||
|
||||
if new_content:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue