Skip to content

Commit 31c6e9e

Browse files
committed
Format using black
1 parent 609802e commit 31c6e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Leetcode/Summary_Ranges/Summary_Ranges.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def summaryRanges(self, nums):
2323
# r = []
2424
# ranges.append(r),
2525
# r[1 :] = num,
26-
# return ["->".join(map(str, r)) for r in ranges]
26+
# return ["->".join(map(str, r)) for r in ranges]

0 commit comments

Comments
 (0)