Skip to content

Commit ba6aca9

Browse files
committed
format
1 parent d86f41b commit ba6aca9

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/compile/render_dom/wrappers/InlineComponent

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/compile/render_dom/wrappers/InlineComponent/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default class InlineComponentWrapper extends Wrapper {
116116
if (
117117
variable.reassigned ||
118118
variable.export_name || // or a prop
119-
variable.mutated
119+
variable.mutated
120120
) {
121121
this.renderer.component.warn(this.node, compiler_warnings.reactive_component(name));
122122
}

0 commit comments

Comments
 (0)