Skip to content

Commit b27ca05

Browse files
committed
format
1 parent 61a93c8 commit b27ca05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/index-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { legacy_mode_flag } from './internal/flags/index.js';
1919
*
2020
* `onMount` runs only once. If you need reactivity, you can use [`$effect`](https://svelte.dev/docs/svelte/$effect),
2121
* which also runs when the component is mounted to the DOM.
22-
*
22+
*
2323
* @template T
2424
* @param {() => NotFunction<T> | Promise<NotFunction<T>> | (() => any)} fn
2525
* @returns {void}

0 commit comments

Comments
 (0)