Skip to content

Commit ecf76b5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1cabf39 commit ecf76b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorts/flash_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def flash_sort(arr: list[int | float]) -> list[int | float]:
149149
[],
150150
[3, 3, 3, 3],
151151
[-1, -3, 2, 0, -5],
152-
[1.1, 2.2, 0.5, 3.3, 1.5]
152+
[1.1, 2.2, 0.5, 3.3, 1.5],
153153
]
154154

155155
for test_case in test_cases:

0 commit comments

Comments
 (0)