Skip to content

Commit 2560383

Browse files
committedFeb 4, 2024
lint:fix
1 parent cca240a commit 2560383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎apps/repl/app/components/shadowed.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class Shadowed extends Component<{
3030
await Promise.resolve();
3131

3232
this.shadow = shadowRoot;
33-
}
33+
};
3434

3535
<template>
3636
<div data-shadow {{attachShadow this.setShadow}} ...attributes></div>

0 commit comments

Comments
 (0)