Skip to content

Commit 602a919

Browse files
committed
lint
1 parent 3470d4d commit 602a919

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export function trace(node, expression, state) {
368368
AwaitExpression() {
369369
bailout = true;
370370
}
371-
})
371+
});
372372

373373
if (bailout) {
374374
return expression;

0 commit comments

Comments
 (0)