Skip to content

Commit 0ed299b

Browse files
committed
fix: add line break
1 parent 57d73ba commit 0ed299b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maximum-product-subarray/Yjason-K.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ function maxProduct(nums: number[]): number {
2828
}
2929

3030
return result;
31-
}
31+
}
32+

0 commit comments

Comments
 (0)