Skip to content

Commit c3e9c39

Browse files
committed
lint
1 parent c960c3f commit c3e9c39

File tree

1 file changed

+1
-2
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/visitors/shared

1 file changed

+1
-2
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/element.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ export function build_set_attributes(
9393
)
9494
);
9595

96-
is_dynamic ||=
97-
style_directives.some((directive) => directive.metadata.expression.has_state);
96+
is_dynamic ||= style_directives.some((directive) => directive.metadata.expression.has_state);
9897
}
9998

10099
const call = b.call(

0 commit comments

Comments
 (0)