Skip to content

Commit 2480edb

Browse files
authored
Update additionalProperties.json formatting it
1 parent 6aa79c0 commit 2480edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/draft2020-12/additionalProperties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,14 @@
166166
"propertyNames": {
167167
"maxLength": 5
168168
},
169-
"additionalProperties":{
169+
"additionalProperties": {
170170
"type": "number"
171171
}
172172
},
173173
"tests": [
174174
{
175175
"description": "Valid against both keywords",
176-
"data": {"apple": 4},
176+
"data": { "apple": 4 },
177177
"valid": true
178178
},
179179
{

0 commit comments

Comments
 (0)