Skip to content

Commit 3543e0a

Browse files
authored
[Lint] sveltekit (#481)
1 parent 82f7144 commit 3543e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kit/src/lib/DocNotebookDropdown.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
4242
onMount(() => {
4343
(async () => {
44-
await tick()
44+
await tick();
4545
onResize();
4646
})();
4747
});

0 commit comments

Comments
 (0)