Skip to content

Commit 0c0ed2a

Browse files
ci(lint): auto-fix
1 parent c5beb97 commit 0c0ed2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/language-core/lib/codegen/template/element.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ function* generateComponentSlot(
446446
slotDir.arg.isStatic ? ctx.codeFeatures.withoutHighlight : ctx.codeFeatures.all,
447447
slotDir.arg.loc,
448448
false,
449-
true,
449+
true
450450
);
451451
yield ': __VLS_thisSlot';
452452
}

packages/language-core/lib/codegen/template/objectProperty.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function* generateObjectProperty(
2727
offset + 1,
2828
features,
2929
'[__VLS_tryAsConstant(',
30-
')]',
30+
')]'
3131
);
3232
}
3333
else {

0 commit comments

Comments
 (0)