Skip to content

Commit 6b36b86

Browse files
[autofix.ci] apply automated fixes
1 parent 88f0e09 commit 6b36b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-dom/src/helpers/useCssVars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function setVarsOnNode(el: Node, vars: Record<string, string>) {
8585
if (vars[key] != null) {
8686
style.setProperty(`--${key}`, vars[key])
8787
cssText += `--${key}: ${vars[key]};`
88-
}
88+
}
8989
}
9090
;(style as any)[CSS_VAR_TEXT] = cssText
9191
}

0 commit comments

Comments
 (0)