Skip to content

Commit 8e46651

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/arrays/set_matrix_zeroes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
[[1, 0, 1], [0, 0, 0], [1, 0, 1]]
2222
"""
2323

24+
2425
def set_matrix_zeroes(matrix: list[list[int]]) -> None:
2526
"""
2627
Modify the matrix in-place such that if an element is 0,

0 commit comments

Comments
 (0)