From ae78c968cfb91e29e314211545458b3d118fece5 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 28 Jan 2021 14:46:46 +0100 Subject: [PATCH] :art: fix format --- test/src/unit-element_access2.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/src/unit-element_access2.cpp b/test/src/unit-element_access2.cpp index af2c2cac7..40b7ac9d6 100644 --- a/test/src/unit-element_access2.cpp +++ b/test/src/unit-element_access2.cpp @@ -811,7 +811,7 @@ TEST_CASE("element access 2") { SECTION("existing element") { - for (const auto *key : + for (const auto* key : {"integer", "unsigned", "floating", "null", "string", "boolean", "object", "array" }) { @@ -900,7 +900,7 @@ TEST_CASE("element access 2") { SECTION("existing element") { - for (const auto *key : + for (const auto* key : {"integer", "unsigned", "floating", "null", "string", "boolean", "object", "array" }) { @@ -987,7 +987,7 @@ TEST_CASE("element access 2") { SECTION("existing element") { - for (const auto *key : + for (const auto* key : {"integer", "unsigned", "floating", "null", "string", "boolean", "object", "array" }) {