diff --git a/test/src/unit-diagnostics.cpp b/test/src/unit-diagnostics.cpp index df9c5a5f3..cb09ff943 100644 --- a/test/src/unit-diagnostics.cpp +++ b/test/src/unit-diagnostics.cpp @@ -197,7 +197,8 @@ TEST_CASE("Better diagnostics") j.update(j2); } - for (auto const & kv : j) { + for (auto const& kv : j) + { CHECK(kv.m_parent == &j); } }