Skip to content

Commit 9bb67c2

Browse files
committed
chore: fix prettier
1 parent c046628 commit 9bb67c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

__tests__/fixtures/constructor-property/openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
openapi: 3.0.0
2-
servers:
2+
servers:
33
- url: http://test.com:3000
44
info:
55
title: Test API - Constructor Property
@@ -14,9 +14,9 @@ components:
1414
properties:
1515
id:
1616
type: string
17-
constructor: # This is the property we are testing
17+
constructor: # This is the property we are testing
1818
type: object
19-
description: "A property named constructor"
19+
description: 'A property named constructor'
2020
properties:
2121
foo:
2222
type: string
@@ -32,6 +32,6 @@ paths:
3232
content:
3333
application/json:
3434
schema:
35-
$ref: '#/components/schemas/SchemaWithConstructor'
35+
$ref: '#/components/schemas/SchemaWithConstructor'
3636
'400':
37-
description: Bad Request
37+
description: Bad Request

0 commit comments

Comments
 (0)