style: Fix JSON style in C++ code (#2262)

This commit is contained in:
Ayaz Salikhov
2025-06-27 11:45:11 +01:00
committed by GitHub
parent e92dbc8fce
commit d97f19ba1d
34 changed files with 1705 additions and 1705 deletions

View File

@@ -485,7 +485,7 @@ TEST_F(RPCEngineTest, NotCacheIfErrorHappen)
yield,
method,
1,
boost::json::parse(R"JSON({"hello": "world","limit": 50})JSON").as_object(),
boost::json::parse(R"JSON({"hello": "world", "limit": 50})JSON").as_object(),
nullptr,
tagFactory,
LedgerRange{.minSequence = 0, .maxSequence = 30},