🎨 fix format

This commit is contained in:
Niels Lohmann 2021-01-28 14:46:46 +01:00
parent 28d5f863b3
commit ae78c968cf
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -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"
})
{