From 9fa51188c2cd3462479cea33268b30b5d38a6caa Mon Sep 17 00:00:00 2001 From: Young Kim Date: Mon, 2 Sep 2024 00:13:40 -0400 Subject: [PATCH] add end line break --- missing-number/kimyoung.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/missing-number/kimyoung.js b/missing-number/kimyoung.js index 8a5162c49..fdce44fa2 100644 --- a/missing-number/kimyoung.js +++ b/missing-number/kimyoung.js @@ -27,4 +27,4 @@ var missingNumber = function (nums) { // mathematical approach }; // time - O(n) reduce method on actualSum -// space - O(1) extra space irrelevant to input \ No newline at end of file +// space - O(1) extra space irrelevant to input