Skip to content

Commit 6aa79c0

Browse files
authored
Update additionalProperties.json formatting it
1 parent 3e0139a commit 6aa79c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/draft2019-09/additionalProperties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,14 @@
160160
"propertyNames": {
161161
"maxLength": 5
162162
},
163-
"additionalProperties":{
163+
"additionalProperties": {
164164
"type": "number"
165165
}
166166
},
167167
"tests": [
168168
{
169169
"description": "Valid against both keywords",
170-
"data": {"apple": 4},
170+
"data": { "apple": 4 },
171171
"valid": true
172172
},
173173
{

0 commit comments

Comments
 (0)