Skip to content

Commit

Permalink
again edit
Browse files Browse the repository at this point in the history
  • Loading branch information
JduMoment committed Feb 6, 2024
1 parent 5645e0d commit 2c8eece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gendiff/generate_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ def generate_diff(file_path_1, file_path_2, format_name='stylish'):
file2 = get_data(file_path_2)
diff = build_diff(file1, file2)
return define_formatter(diff, format_name)

0 comments on commit 2c8eece

Please sign in to comment.