style: Fix JSON indent style in C++ code (#2485)

This commit is contained in:
Ayaz Salikhov
2025-08-28 15:10:36 +01:00
committed by GitHub
parent 2512a9c8e7
commit e6b2f9cde7
42 changed files with 3222 additions and 3192 deletions

View File

@@ -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
)
);