mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
style: Fix JSON style in C++ code (#2262)
This commit is contained in:
@@ -535,7 +535,7 @@ TEST_F(RPCNFTsByIssuerHandlerTest, MultipleNFTs)
|
||||
auto const currentOutput = fmt::format(
|
||||
R"JSON({{
|
||||
"issuer": "{}",
|
||||
"limit":50,
|
||||
"limit": 50,
|
||||
"ledger_index": 30,
|
||||
"nfts": [{}, {}, {}],
|
||||
"validated": true
|
||||
|
||||
Reference in New Issue
Block a user