diff options
author | Helmut Grohne <helmut@subdivi.de> | 2021-05-20 06:39:51 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2021-05-20 06:39:51 +0200 |
commit | 250e0c5087e22838ed864d8ce6c4483cb4d3532f (patch) | |
tree | 7b0e6d4ea098ba06e20c341647a8d36c945addfd /mdbp | |
parent | 237eb47d73079f2dcc54086ad75b6b17a58eca6b (diff) | |
download | mdbp-250e0c5087e22838ed864d8ce6c4483cb4d3532f.tar.gz |
schema: fix indentation
Fixes: 29859ef384a5 ("support a new field "parallel"")
Diffstat (limited to 'mdbp')
-rw-r--r-- | mdbp/build_schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } ], |