Skip to content

Commit 6ab68e8

Browse files
committed
fix
1 parent fc8e649 commit 6ab68e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/ast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function getSvelteAST(options: GetSvelteASTOptions) {
2222
*/
2323
export function createASTAttribute(
2424
name: string,
25-
value: SvelteAST.Attribute['value'] = true,
25+
value: SvelteAST.Attribute['value'] = true
2626
): SvelteAST.Attribute {
2727
// @ts-expect-error - name_loc is required but not used
2828
return {

0 commit comments

Comments
 (0)