Skip to content

Commit fbb9692

Browse files
committed
chore: fix formatting
1 parent df89f9e commit fbb9692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stylesheets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function getAppliedStylesForElement(
144144
for (let i = 0, len = style.length; i < len; i++) {
145145
let name = style[i];
146146
let value = style.getPropertyValue(name);
147-
while(value === "") {
147+
while (value === "") {
148148
const dashIndex = name.lastIndexOf("-");
149149
if (dashIndex !== -1) {
150150
name = name.slice(0, dashIndex);

0 commit comments

Comments
 (0)