Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenharrison committed Sep 17, 2024
1 parent 6daf324 commit 17db6ab
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ components:
securitySchemes:
petstore_auth:
type: oauth2
flows:
flows:
implicit:
authorizationUrl: http://example.org/api/oauth/dialog
scopes:
Expand Down
1 change: 0 additions & 1 deletion openapi3/testdata/origin/api_security_updated_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ components:
scopes:
write:pets: modify pets in your account
read:pets: read your pets

1 change: 0 additions & 1 deletion openapi3/testdata/origin/circular1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ components:
circular6:
oneOf:
- $ref: '#/components/schemas/circular6'

1 change: 0 additions & 1 deletion openapi3/testdata/origin/openapi-test5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,3 @@ components:
scopes:
write:pets: modify pets in your account
read:pets": read your pets

Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ paths:
responses:
"200":
description: OK

Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ paths:
responses:
"200":
description: OK

Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ paths:
responses:
"200":
description: OK

Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ paths:
responses:
"200":
description: OK

Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ paths:
responses:
"200":
description: OK

Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ paths:
responses:
"200":
description: OK

Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ paths:
responses:
"200":
description: OK

Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ paths:
responses:
"200":
description: OK

Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ paths:
- green
required:
- name

Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ components:
- name
- writeOnlyName
- id

Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ components:
required:
- name
- new

Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ components:
- name
- writeOnlyName
- id

0 comments on commit 17db6ab

Please sign in to comment.