Skip to content

Commit 019c67e

Browse files
committed
Fix code style
1 parent 18364b4 commit 019c67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/3.1.0/schema.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Discriminator } from './discriminator';
22
import { ExternalDocumentation } from './externalDocumentation';
3-
import {JsonSchema} from '@fosfad/json-schema-typescript-definitions/2020-12';
3+
import { JsonSchema } from '@fosfad/json-schema-typescript-definitions/2020-12';
44
import { XML } from './xml';
55

66
export type OasSchema = JsonSchema & {

0 commit comments

Comments
 (0)