Skip to content

Commit 0727901

Browse files
committed
fix main.py
1 parent 31b232b commit 0727901

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

gendiff/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ def main():
2727
)
2828

2929
args = parser.parse_args()
30-
print(generate_diff(args.first_file, args.second_file, format_name=args.format))
30+
print(generate_diff(
31+
args.first_file, args.second_file, format_name=args.format
32+
))
3133

3234

3335
if __name__ == '__main__':

0 commit comments

Comments
 (0)