mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
style: Fix JSON indent style in C++ code (#2485)
This commit is contained in:
@@ -163,8 +163,8 @@ TEST_F(RPCBookChangesHandlerTest, LedgerNonExistViaHash)
|
||||
static auto const kINPUT = json::parse(
|
||||
fmt::format(
|
||||
R"JSON({{
|
||||
"ledger_hash": "{}"
|
||||
}})JSON",
|
||||
"ledger_hash": "{}"
|
||||
}})JSON",
|
||||
kLEDGER_HASH
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user