1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

🎨 reindented code

This commit is contained in:
Niels Lohmann
2018-08-14 22:11:08 +02:00
parent 0e748f2f8c
commit fed70f6bff
2 changed files with 29 additions and 27 deletions

View File

@ -1661,7 +1661,8 @@ TEST_CASE("CBOR roundtrips", "[hide]")
SECTION("input from flynn")
{
// most of these are exluded due to differences in key order (not a real problem)
auto exclude_packed = std::set<std::string>{
auto exclude_packed = std::set<std::string>
{
"test/data/json.org/1.json",
"test/data/json.org/2.json",
"test/data/json.org/3.json",

View File

@ -1350,7 +1350,8 @@ TEST_CASE("MessagePack roundtrips", "[hide]")
SECTION("input from msgpack-python")
{
// most of these are exluded due to differences in key order (not a real problem)
auto exclude_packed = std::set<std::string>{
auto exclude_packed = std::set<std::string>
{
"test/data/json.org/1.json",
"test/data/json.org/2.json",
"test/data/json.org/3.json",