Skip to content

Commit da91053

Browse files
authored
Merge pull request OmkarPathak#68 from kgashok/patch-1
Update merge_sort.py
2 parents c085a9e + dae9c10 commit da91053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygorithm/sorting/merge_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ def get_code():
6666
6767
:return: source code
6868
"""
69-
return inspect.getsource(sort)
69+
return inspect.getsource(sort) + "\n" + inspect.getsource(merge)

0 commit comments

Comments
 (0)