Skip to content

Commit 90be62f

Browse files
committed
schema: Run 'make fmt'
This should probably be part of our CI testing. Signed-off-by: W. Trevor King <[email protected]>
1 parent b860409 commit 90be62f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

schema/config-linux.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@
202202
"id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/shares",
203203
"$ref": "defs.json#/definitions/uint64Pointer"
204204
}
205-
},
206-
"type": "object"
205+
}
207206
},
208207
"disableOOMKiller": {
209208
"id": "https://opencontainers.org/schema/bundle/linux/resources/disableOOMKiller",

schema/defs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"minimum": 0,
4242
"maximum": 18446744073709552000
4343
},
44-
"intPointer" : {
44+
"intPointer": {
4545
"oneOf": [
4646
{
4747
"type": "integer"

0 commit comments

Comments
 (0)