Skip to content

Commit 84283ab

Browse files
committed
Add a newline at the end of the code
1 parent 54d1bcf commit 84283ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

maximum-subarray/Jeehay28.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ var maxSubArray = function (nums) {
4343

4444
// return Math.max(...dp)
4545

46-
// };
46+
// };
47+
48+

0 commit comments

Comments
 (0)