We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac21f1 commit ff02d11Copy full SHA for ff02d11
gendiff/gen_diff.py
@@ -45,6 +45,8 @@ def generate_diff(file1, file2, format_name='stylish'):
45
match format_name:
46
case None:
47
return gen_diff_stylish(diff)
48
+ case 'stylish':
49
+ return gen_diff_stylish(diff)
50
case 'plain':
51
return gen_diff_plain(diff)
52
case 'json':
0 commit comments