Skip to content

Commit 2b42182

Browse files
committed
tweak
1 parent bbf0191 commit 2b42182

File tree

1 file changed

+1
-4
lines changed
  • packages/svelte/src/compiler/phases/2-analyze/visitors

1 file changed

+1
-4
lines changed

packages/svelte/src/compiler/phases/2-analyze/visitors/ClassBody.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,5 @@ export function ClassBody(node, context) {
112112
field.key = b.private_id(deconflicted);
113113
}
114114

115-
context.next({
116-
...context.state,
117-
state_fields
118-
});
115+
context.next({ ...context.state, state_fields });
119116
}

0 commit comments

Comments
 (0)