Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiViruS90 committed Aug 27, 2024
1 parent e63e4a3 commit 1247c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gendiff/formats/plain.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ def plain_format(list_of_diff):

else:
result += f"Property '{key[0]}' "
result += f"was updated. From '{key[2][0]}' to '{key[2][1]}'\n"
result += f"was updated. From {key[2][0]} to {key[2][1]}\n"

return result[:-1]

0 comments on commit 1247c4d

Please sign in to comment.