Skip to content

Commit 988d223

Browse files
committed
fix: posix 표준 준수를 위한 개행
1 parent d90267f commit 988d223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

product-of-array-except-self/ZetBe.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ def productExceptSelf(self, nums: List[int]) -> List[int]:
3737

3838
for i in nums:
3939
answer.append(now//i)
40-
return answer
40+
return answer
41+

0 commit comments

Comments
 (0)