Skip to content

Commit 99edb64

Browse files
pre-commit-ci[bot]commonism
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.ci hooks
1 parent 93f9c81 commit 99edb64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/fixtures/schema-boolean.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ components:
5555
PrefixitemsWithNoAdditionalItemsAllowed:
5656
$schema: https://json-schema.org/draft/2020-12/schema
5757
prefixItems:
58-
- {}
59-
- {}
60-
- {}
58+
- {}
59+
- {}
60+
- {}
6161
items: false
6262
PrefixitemsWithBooleanSchemas:
6363
$schema: https://json-schema.org/draft/2020-12/schema
6464
prefixItems:
65-
- true
66-
- false
65+
- true
66+
- false

0 commit comments

Comments
 (0)