Skip to content

Commit 3b16704

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix/count_negative_numbers_in_sorted_matrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def generate_large_matrix() -> list[list[int]]:
140140

141141
def benchmark() -> None:
142142
"""Benchmark our functions next to each other
143-
143+
144144
>>> benchmark()
145145
"""
146146
from timeit import timeit

0 commit comments

Comments
 (0)