From c8c025215df3b0f890e6a52a1c0e4b7c95ebe5ca Mon Sep 17 00:00:00 2001 From: becker33 Date: Mon, 13 Mar 2023 17:14:28 +0000 Subject: [PATCH] [@spackbot] updating style on behalf of becker33 --- 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 4665cbe3870..b877c095ce2 100644 --- a/lib/spack/spack/test/spec_list.py +++ b/lib/spack/spack/test/spec_list.py @@ -218,7 +218,8 @@ def test_spec_list_constraints_with_structure( def test_spec_list_broadcast(self, mock_packages): matrix = { "matrix": [["mpileaks"], ["^callpath"]], - "broadcast": [["%gcc", "%clang"], ["+debug", "~debug"]]} + "broadcast": [["%gcc", "%clang"], ["+debug", "~debug"]], + } speclist = SpecList("specs", [matrix]) assert len(speclist) == 4