Skip to content

Commit

Permalink
fix plain again
Browse files Browse the repository at this point in the history
  • Loading branch information
JduMoment committed Jan 22, 2024
1 parent f548b6b commit b13f2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gendiff/generate_plain_lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def processing_value(value):
elif isinstance(value, dict):
return '[complex value]'
elif isinstance(value, int):
return f"{value}"
return f"{value}"
return f"'{value}'"


Expand Down

0 comments on commit b13f2d7

Please sign in to comment.