Skip to content

Commit

Permalink
Update codeToShakuHtml.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JSer committed Feb 19, 2024
1 parent 9dc9661 commit cce9c4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/shaku-code-annotate-shiki/src/codeToShakuHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,6 @@ function assertsNever(data: never) {
}

function getLeadingSpaceCount(str: string) {
console.log("getLeadingSpaceCount", str);
for (let i = 0; i < str.length; i++) {
if (!/\s/.test(str[i])) {
return i;
Expand Down

0 comments on commit cce9c4f

Please sign in to comment.