Skip to content

Commit 1f60c44

Browse files
cblhidoocs
authored andcommitted
style: format code and docs with prettier
1 parent 299ef99 commit 1f60c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: solution/0400-0499/0402.Remove K Digits/Solution.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ function removeKdigits(num: string, k: number): string {
1111
stk.pop();
1212
}
1313
return stk.join('').replace(/^0*/g, '') || '0';
14-
};
14+
}

0 commit comments

Comments
 (0)