Skip to content

Commit 9abd38c

Browse files
author
Ansh Chaturvedi
committed
fix: make github stop screaming at me
1 parent 3c5ca4d commit 9abd38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3198,7 +3198,7 @@ export const route = h.httpRoute({
31983198
200: t.string,
31993199
400: ApiError
32003200
},
3201-
});
3201+
})
32023202
`
32033203
testCase('route with many response codes uses default status code descriptions', SCHEMA_WITH_MANY_RESPONSE_TYPES, {
32043204
openapi: '3.0.3',

0 commit comments

Comments
 (0)