Skip to content

Commit 2024909

Browse files
committed
Feat: removed unnecessary line
1 parent 95c33c3 commit 2024909

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/dom/src/lib/helpers/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ function normalizeStyles(css: Partial<CSSStyleDeclaration>): StyleDeclaration {
2626
...acc.expectedStyle,
2727
[property]: normalizedValue,
2828
},
29-
props: [...acc.props, property],
3029
};
3130
},
3231
{ expectedStyle: {} as StyleDeclaration },

0 commit comments

Comments
 (0)