From 250e0c5087e22838ed864d8ce6c4483cb4d3532f Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 20 May 2021 06:39:51 +0200 Subject: schema: fix indentation Fixes: 29859ef384a5 ("support a new field "parallel"") --- mdbp/build_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdbp') diff --git a/mdbp/build_schema.json b/mdbp/build_schema.json index e7c203c..2a357c9 100644 --- a/mdbp/build_schema.json +++ b/mdbp/build_schema.json @@ -97,7 +97,7 @@ "parallel": { "oneOf": [ { "type": "integer", - "minimum": 1 + "minimum": 1 }, { "const": "auto" } ], -- cgit v1.2.3