From cf4f7733f10efd8e8cc1ddeafdefcc2a6cfa7b7c Mon Sep 17 00:00:00 2001 From: Michael Sharber <112581105+micshar92@users.noreply.github.com> Date: Tue, 27 Jun 2023 13:55:34 -0500 Subject: [PATCH] whitespace fix Co-authored-by: Jason Desrosiers --- source/reference/array.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/reference/array.rst b/source/reference/array.rst index e42f968a..d87e5ea8 100644 --- a/source/reference/array.rst +++ b/source/reference/array.rst @@ -331,11 +331,11 @@ use ``$ref`` and add another item like this: { "type": "number" } ], - "$defs": { - "closed": { - "$anchor": "closed", - "$ref": "#", - "unevaluatedItems": false + "$defs": { + "closed": { + "$anchor": "closed", + "$ref": "#", + "unevaluatedItems": false } } }