This commit is contained in:
Paul Gauthier 2023-06-05 21:37:56 -07:00
parent 2336af2886
commit 6081baa32b
2 changed files with 5 additions and 1 deletions

View file

@ -500,6 +500,7 @@ class Coder:
show_diff = diffs.diff_partial_update(
orig_lines,
new_lines,
final=True,
).splitlines()
output += show_diff
else: