From 2e91ff347d68413eeb774b0b34abe91f10d0df96 Mon Sep 17 00:00:00 2001 From: mohit-bhandari45 Date: Sun, 2 Feb 2025 12:55:21 +0530 Subject: [PATCH] added new space --- lib/stringUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/stringUtils.js b/lib/stringUtils.js index 6bedef9..fb134bc 100644 --- a/lib/stringUtils.js +++ b/lib/stringUtils.js @@ -156,7 +156,6 @@ function isAnagram(str1, str2) { return sortedStr1 === sortedStr2; } - /* String Compression */ function compressString(str) { if (str.length === 0) return "";