Skip to content

Commit 15a9cd6

Browse files
committed
format
1 parent 7eef293 commit 15a9cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/types/template.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface Root extends BaseNode {
5959
metadata: {
6060
/** Whether the component was parsed with typescript */
6161
ts: boolean;
62-
}
62+
};
6363
}
6464

6565
export interface SvelteOptions {

0 commit comments

Comments
 (0)