mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 23:55:52 +00:00
style: Fix JSON style in C++ code (#2262)
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user