mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
Merge branch 'main' into call-graph
This commit is contained in:
commit
1cf29a0166
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def replace_most_similar_chunk(whole, part, replace):
|
|||
if max_similarity < similarity_thresh:
|
||||
return
|
||||
|
||||
replace_lines = replace.splitlines()
|
||||
replace_lines = replace.splitlines() + [""]
|
||||
modified_whole = (
|
||||
whole_lines[:most_similar_chunk_start]
|
||||
+ replace_lines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue