Skip to content

Commit 2f7939a

Browse files
committed
Format code
1 parent 10eb3f3 commit 2f7939a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python/bogosort.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def bogosort(arr):
3131

3232

3333
if __name__ == "__main__":
34-
3534
# Example usage
3635
unsorted_list = [3, 1, 2, 5, 4]
3736
print("Unsorted list:", unsorted_list)

0 commit comments

Comments
 (0)