Skip to content

Commit 52cb217

Browse files
committed
fix: add new line
1 parent 187d1d2 commit 52cb217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maximum-product-subarray/dusunax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ def maxProduct(self, nums: List[int]) -> int:
2828
max_prod = max(candidates)
2929
result = max(max_prod, result)
3030

31-
return result
31+
return result

0 commit comments

Comments
 (0)