Skip to content

Commit 4c32c51

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/arrays/set_matrix_zeroes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ def setZeroes(self, matrix):
3232
if col0 == 0:
3333
for i in range(rows):
3434
matrix[i][0] = 0
35-

0 commit comments

Comments
 (0)