Skip to content

Commit ff29264

Browse files
authored
Merge pull request #741 from harrel56/chore/tabs-to-spaces
Use spaces instead of tabs
2 parents 2f3b5f7 + 9f39cf7 commit ff29264

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/draft-next/oneOf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
}
221221
]
222222
},
223-
{
223+
{
224224
"description": "oneOf with missing optional property",
225225
"schema": {
226226
"$schema": "https://json-schema.org/draft/next/schema",

tests/draft2019-09/oneOf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
}
221221
]
222222
},
223-
{
223+
{
224224
"description": "oneOf with missing optional property",
225225
"schema": {
226226
"$schema": "https://json-schema.org/draft/2019-09/schema",

tests/draft2020-12/oneOf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
}
221221
]
222222
},
223-
{
223+
{
224224
"description": "oneOf with missing optional property",
225225
"schema": {
226226
"$schema": "https://json-schema.org/draft/2020-12/schema",

tests/draft4/oneOf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
}
160160
]
161161
},
162-
{
162+
{
163163
"description": "oneOf with missing optional property",
164164
"schema": {
165165
"oneOf": [

tests/draft6/oneOf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
}
204204
]
205205
},
206-
{
206+
{
207207
"description": "oneOf with missing optional property",
208208
"schema": {
209209
"oneOf": [

tests/draft7/oneOf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
}
204204
]
205205
},
206-
{
206+
{
207207
"description": "oneOf with missing optional property",
208208
"schema": {
209209
"oneOf": [

0 commit comments

Comments
 (0)