Skip to content

Commit 7907479

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

merge-intervals/Chapse57.py

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

0 commit comments

Comments
 (0)