🎨 reindented code
This commit is contained in:
parent
0e748f2f8c
commit
fed70f6bff
2 changed files with 29 additions and 27 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue