Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenharrison committed Sep 17, 2024
1 parent d24b68a commit c5cf284
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion openapi3/testdata/origin/api_security_added_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ components:
securitySchemes:
petstore_auth:
type: oauth2
flows:
flows:
implicit:
authorizationUrl: http://example.org/api/oauth/dialog
scopes:
Expand Down
2 changes: 1 addition & 1 deletion openapi3/testdata/origin/api_security_added_revision.yaml
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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ components:
securitySchemes:
petstore_auth:
type: oauth2
flows:
flows:
implicit:
authorizationUrl: http://example.org/api/oauth/dialog
scopes:
Expand Down
4 changes: 2 additions & 2 deletions openapi3/testdata/origin/api_security_updated_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ components:
securitySchemes:
petstore_auth:
type: oauth2
flows:
flows:
implicit:
authorizationUrl: http://example.org/api/oauth/dialog
scopes:
write:pets: modify pets in your account
read:pets: read your pets
catstore_auth:
type: oauth2
flows:
flows:
implicit:
authorizationUrl: http://example.org/api/oauth/dialog
scopes:
Expand Down
4 changes: 2 additions & 2 deletions openapi3/testdata/origin/api_security_updated_revision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ components:
securitySchemes:
petstore_auth:
type: oauth2
flows:
flows:
implicit:
authorizationUrl: http://example.org/api/oauth/dialog
scopes:
write:pets: modify pets in your account
read:pets: read your pets
catstore_auth:
type: oauth2
flows:
flows:
implicit:
authorizationUrl: http://example.org/api/oauth/dialog
scopes:
Expand Down

0 comments on commit c5cf284

Please sign in to comment.