Skip to content

Commit

Permalink
Version 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Jun 6, 2024
1 parent 6b45918 commit c82bbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webchanges/differs.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def differ(
if any(x in line for x in {'{+', '+}', '[-', '-]'}):
keeplines.append(line)
diff = ''.join(keeplines)
diff = head + diff
diff = f'{head}\n{diff}'
out_diff.update(
{
'text': diff,
Expand Down

0 comments on commit c82bbf4

Please sign in to comment.