Skip to content

Commit 809f987

Browse files
committed
pnpm format
1 parent da63e25 commit 809f987

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,4 @@ function is_animate_directive(child) {
352352
}
353353
if (child.type !== 'RegularElement' && child.type !== 'SvelteElement') return false;
354354
return child.attributes.some((attr) => attr.type === 'AnimateDirective');
355-
}
355+
}

0 commit comments

Comments
 (0)