Skip to content

Commit e668cec

Browse files
committed
chore: lint
1 parent 845a731 commit e668cec

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

__tests__/example.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ components:
1717
maximum: 9999
1818
Id:
1919
type: string
20-
User:
21-
&a1
20+
User: &a1
2221
type: object
2322
required:
2423
- name
@@ -108,8 +107,7 @@ paths:
108107
delete:
109108
operationId: deleteUserByIdCommand
110109
security:
111-
- HttpBearerJwtScheme:
112-
&a2
110+
- HttpBearerJwtScheme: &a2
113111
- users.delete
114112
tags:
115113
- user

0 commit comments

Comments
 (0)