Skip to content

Commit 14f0b11

Browse files
ci(lint): auto-fix
1 parent 5f11c44 commit 14f0b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language-core/lib/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export interface SfcBlock {
105105

106106
export interface Sfc {
107107
content: string;
108-
comments: string[],
108+
comments: string[];
109109
template: SfcBlock & {
110110
ast: CompilerDOM.RootNode | undefined;
111111
errors: CompilerDOM.CompilerError[];

0 commit comments

Comments
 (0)