Skip to content

Commit 80bd496

Browse files
committed
chore: prettier
1 parent ed30e67 commit 80bd496

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/renderer/coremods/utc/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ function getClassName(input: string): string {
3939
* @hidden
4040
*/
4141

42-
4342
export function _patchClassName(props: Record<string, string>, type: string): void {
44-
4543
if (!props.className || type === "html") return;
4644

4745
props.className = getClassName(props.className);

0 commit comments

Comments
 (0)