Skip to content

Commit 2cc4afd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

searches/binary_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def binary_search(sorted_collection: list[int], item: int) -> int:
5454
right = midpoint - 1
5555
else:
5656
left = midpoint + 1
57-
return -1
57+
return -1

0 commit comments

Comments
 (0)