This commit is contained in:
Paul Gauthier 2023-06-05 19:41:14 -07:00
parent 2f0d9279d2
commit 2336af2886
2 changed files with 2 additions and 3 deletions

View file

@ -44,7 +44,7 @@ def diff_partial_update(lines_orig, lines_updated):
# unified_diff = list(unified_diff)[2:]
# dump(repr(list(diff)))
diff = "".join(diff) + "\n"
diff = "".join(diff)
diff = "```diff\n" + diff + "```\n"