From 90be62f150ab35b696046d31f06630a55de61609 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 30 Aug 2016 15:46:26 -0700 Subject: [PATCH] schema: Run 'make fmt' This should probably be part of our CI testing. Signed-off-by: W. Trevor King --- schema/config-linux.json | 3 +-- schema/defs.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/schema/config-linux.json b/schema/config-linux.json index 5b2294db1..518b71ae7 100644 --- a/schema/config-linux.json +++ b/schema/config-linux.json @@ -202,8 +202,7 @@ "id": "https://opencontainers.org/schema/bundle/linux/resources/cpu/shares", "$ref": "defs.json#/definitions/uint64Pointer" } - }, - "type": "object" + } }, "disableOOMKiller": { "id": "https://opencontainers.org/schema/bundle/linux/resources/disableOOMKiller", diff --git a/schema/defs.json b/schema/defs.json index 6849f6f79..4bc143178 100644 --- a/schema/defs.json +++ b/schema/defs.json @@ -41,7 +41,7 @@ "minimum": 0, "maximum": 18446744073709552000 }, - "intPointer" : { + "intPointer": { "oneOf": [ { "type": "integer"