Skip to content

Commit dfd5128

Browse files
authored
Apply suggestion from @aseembits93
1 parent 18a260c commit dfd5128

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code_to_optimize/bubble_sort_method.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ def sorter_staticmethod(arr):
3838
arr[j] = arr[j + 1]
3939
arr[j + 1] = temp
4040
print("stderr test staticmethod", file=sys.stderr)
41-
return arr
41+
return arr
42+

0 commit comments

Comments
 (0)