Skip to content

Commit 6eebff5

Browse files
ci(lint): auto-fix
1 parent 32faaad commit 6eebff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function* generateStyleScopedClassReferences(
4040
classNameEscapeRegex
4141
),
4242
`'`
43-
)
43+
);
4444
yield `]} */${endOfLine}`;
4545
}
4646
}

0 commit comments

Comments
 (0)