Skip to content

Commit

Permalink
linter error correction
Browse files Browse the repository at this point in the history
  • Loading branch information
DSungatulin committed Feb 21, 2024
1 parent e3747bf commit 934c1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gendiff/gendiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def generate_diff(filepath1, filepath2, output_format='stylish'):
+ 'Available formats are: "stylish", "plain", "json".'
)

return apply_format(get_diff(config1, config2)).replace("'","")
return apply_format(get_diff(config1, config2)).replace("'", "")

0 comments on commit 934c1ac

Please sign in to comment.