Skip to content

Commit

Permalink
Merge pull request #551 from wking/schema-format
Browse files Browse the repository at this point in the history
schema: Run 'make fmt'
  • Loading branch information
crosbymichael committed Aug 31, 2016
2 parents b860409 + 90be62f commit d3c3763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions schema/config-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion schema/defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"minimum": 0,
"maximum": 18446744073709552000
},
"intPointer" : {
"intPointer": {
"oneOf": [
{
"type": "integer"
Expand Down

0 comments on commit d3c3763

Please sign in to comment.