Skip to content

Commit 46b2bd9

Browse files
committed
chore: add semi-colons to fix warnings
DX-504
1 parent ef9eeea commit 46b2bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/openapi-generator/test/openapi.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3039,7 +3039,7 @@ export const route = h.httpRoute({
30393039
}
30403040
},
30413041
});
3042-
`
3042+
`;
30433043

30443044
testCase('route with schema with default metadata', ROUTE_WITH_SCHEMA_WITH_DEFAULT_METADATA, {
30453045
openapi: '3.0.3',
@@ -3113,7 +3113,7 @@ export const route = h.httpRoute({
31133113
}
31143114
},
31153115
});
3116-
`
3116+
`;
31173117

31183118
testCase('route with schema with default metadata', ROUTE_WITH_OVERIDDEN_METADATA, {
31193119
openapi: '3.0.3',

0 commit comments

Comments
 (0)