Skip to content

Commit 396575d

Browse files
committed
fix whitespace
1 parent 4538613 commit 396575d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ export function mount(component, options) {
8787
* context?: Map<any, any>;
8888
* intro?: boolean;
8989
* recover?: boolean;
90-
* idPrefix?: string;
90+
* idPrefix?: string;
9191
* } : {
9292
* target: Document | Element | ShadowRoot;
9393
* props: Props;
9494
* events?: Record<string, (e: any) => any>;
9595
* context?: Map<any, any>;
9696
* intro?: boolean;
9797
* recover?: boolean;
98-
* idPrefix?: string;
98+
* idPrefix?: string;
9999
* }} options
100100
* @returns {Exports}
101101
*/

0 commit comments

Comments
 (0)