From 5a23819165d20b679e5e08dd761dbb7c9bc9f920 Mon Sep 17 00:00:00 2001 From: Gregory Becker Date: Thu, 23 Mar 2023 12:48:02 -0700 Subject: [PATCH] style --- lib/spack/spack/test/spec_list.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/spack/spack/test/spec_list.py b/lib/spack/spack/test/spec_list.py index b173ff42b1a..a3bb2d60de9 100644 --- a/lib/spack/spack/test/spec_list.py +++ b/lib/spack/spack/test/spec_list.py @@ -219,7 +219,8 @@ def test_spec_list_broadcast(self, mock_packages): matrix = { "matrix": [["mpileaks"], ["^callpath"]], "broadcast": [["%gcc", "%clang"], ["+debug", "~debug"]], - "exclude": ["+debug%clang"]} + "exclude": ["+debug%clang"], + } speclist = SpecList("specs", [matrix]) assert len(speclist) == 3