Skip to content

Commit c7d07ec

Browse files
committed
feat: linelint를 위한 마지막 줄 개행 문자 추가
1 parent 8eecf23 commit c7d07ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ def productExceptSelf(self, nums):
2525
answer[i] = left[i] * right[i]
2626

2727
return answer
28-
29-
30-

0 commit comments

Comments
 (0)