Skip to content

Commit bebafab

Browse files
Leetcode 735
1 parent 806b595 commit bebafab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Leetcode/Leetcode_735.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ def asteroidCollision(self, nums: List[int]) -> List[int]:
6767
else:
6868
stack.append(asteroid)
6969

70-
return stack
70+
return stack
71+

0 commit comments

Comments
 (0)