Skip to content

Commit 208552f

Browse files
committed
*
1 parent 5bcdc67 commit 208552f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pb13/answer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const kdistinct = (string, k) => {
2020
allSubString.push(currentSubString);
2121

2222
}
23-
console.log({ allSubString})
23+
console.log({ allSubString });
2424
return longestSubstring;
2525
}
2626

0 commit comments

Comments
 (0)