Skip to content

Commit 6722371

Browse files
ci(lint): auto-fix
1 parent 6bb7820 commit 6722371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language-core/lib/parsers/scriptSetupRanges.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export function parseScriptSetupRanges(
212212
if (node.arguments.length >= 1) {
213213
propName = _getStartEnd(node.arguments[0]);
214214
}
215-
215+
216216
if (options && ts.isObjectLiteralExpression(options)) {
217217
for (const property of options.properties) {
218218
if (!ts.isPropertyAssignment(property) || !ts.isIdentifier(property.name)) {

0 commit comments

Comments
 (0)