Skip to content

Commit ea5b2d0

Browse files
committed
style: Reformat reference
1 parent 8cd5cdc commit ea5b2d0

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
@@ -2,7 +2,7 @@
22
Given an `m x n` matrix grid which is sorted in non-increasing order
33
both row-wise and column-wise, return the number of negative numbers in grid.
44
5-
> https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix
5+
Leetcode reference: https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix
66
"""
77

88

0 commit comments

Comments
 (0)