Skip to content

Commit 1941e82

Browse files
committed
format
1 parent ed80276 commit 1941e82

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,6 @@ export function untrack(fn) {
10391039
* When used inside a [`$derived`](https://svelte.dev/docs/svelte/$derived),
10401040
* any state updates to state is allowed.
10411041
*
1042-
* ```
10431042
* @template T
10441043
* @param {() => T} fn
10451044
* @returns {T}

packages/svelte/types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ declare module 'svelte' {
488488
* When used inside a [`$derived`](https://svelte.dev/docs/svelte/$derived),
489489
* any state updates to state is allowed.
490490
*
491-
* ```
492491
* */
493492
export function unsafe<T>(fn: () => T): T;
494493
/**

0 commit comments

Comments
 (0)