Skip to content

Commit 9f7c033

Browse files
committed
style: format code
1 parent 1705c76 commit 9f7c033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils/styleManagement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function insert(className: string, cssString: string) {
2626

2727
const ruleNode = insertedRuleMap[className]
2828
const rule = cssString
29-
29+
3030
if (ruleNode) {
3131
ruleNode.data = rule
3232
return

0 commit comments

Comments
 (0)