Skip to content

Commit

Permalink
Format using black
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Sep 21, 2024
1 parent 609802e commit 31c6e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Leetcode/Summary_Ranges/Summary_Ranges.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ def summaryRanges(self, nums):
# r = []
# ranges.append(r),
# r[1 :] = num,
# return ["->".join(map(str, r)) for r in ranges]
# return ["->".join(map(str, r)) for r in ranges]

0 comments on commit 31c6e9e

Please sign in to comment.