From e6c34d39baf55896da2db652f19dfa45aaf1be65 Mon Sep 17 00:00:00 2001 From: becker33 Date: Thu, 30 Mar 2023 19:39:57 +0000 Subject: [PATCH] [@spackbot] updating style on behalf of becker33 --- lib/spack/spack/schema/env.py | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/lib/spack/spack/schema/env.py b/lib/spack/spack/schema/env.py index 01f99cca0b4..f291aca5e53 100644 --- a/lib/spack/spack/schema/env.py +++ b/lib/spack/spack/schema/env.py @@ -111,14 +111,20 @@ "type": "array", "items": {"type": "string"}, }, - "update_method": {"anyOf": [ - {"type": "string", - "pattern": "(symlink|exchange)", - }, - {"type": "array", - "items": {"type": "string", "pattern": "(symlink|exchange)"} - }, - ], + "update_method": { + "anyOf": [ + { + "type": "string", + "pattern": "(symlink|exchange)", + }, + { + "type": "array", + "items": { + "type": "string", + "pattern": "(symlink|exchange)", + }, + }, + ] }, "projections": projections_scheme, },