Skip to content

Commit c185115

Browse files
authored
Update Chapse57.py
1 parent c06495a commit c185115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

merge-intervals/Chapse57.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ def merge(self, intervals: List[List[int]]) -> List[List[int]]:
1212
else:
1313
output.append([start, end])
1414
return output
15-
15+
/n
16+

0 commit comments

Comments
 (0)