Skip to content

Commit 361a05c

Browse files
committed
Format
1 parent 5d562f3 commit 361a05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-openapi/src/OpenAPISchema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ function getSchemaProperties(schema: OpenAPIV3.SchemaObject): null | OpenAPISche
379379

380380
type OpenAPISchemaAlternatives = [
381381
OpenAPIV3.SchemaObject[],
382-
OpenAPIV3.DiscriminatorObject | undefined
382+
OpenAPIV3.DiscriminatorObject | undefined,
383383
];
384384

385385
/**

0 commit comments

Comments
 (0)