Skip to content

Commit 53918bb

Browse files
chore: use change double quote to single quote
1 parent 8cb5ab9 commit 53918bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/compile/render_dom/invalidate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function invalidate(renderer, scope, node, names, main_execution_context
5050
if (
5151
node.type === 'AssignmentExpression' &&
5252
node.operator === '=' &&
53-
nodes_match(node.left, node.right, ["trailingComments","leadingComments"]) &&
53+
nodes_match(node.left, node.right, ['trailingComments','leadingComments']) &&
5454
tail.length === 0
5555
) {
5656
return get_invalidated(head, node);

0 commit comments

Comments
 (0)