Skip to content

Commit bff3d2b

Browse files
committed
-
1 parent b1f05bb commit bff3d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/patches.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function handleMixinAndInterfaces(
169169
const event: Event[] = [];
170170
const property: Record<string, Partial<Property>> = {};
171171
let method: Record<string, DeepPartial<OverridableMethod>> = {};
172-
let typeParameters = {}
172+
let typeParameters = {};
173173

174174
for (const child of node.children) {
175175
switch (child.name) {

0 commit comments

Comments
 (0)