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

@@ -55,10 +55,10 @@ TEST_F(RPCVersionHandlerTest, Default)
boost::json::value jsonData = boost::json::parse(
fmt::format(
R"JSON({{
"api_version.min": {},
"api_version.max": {},
"api_version.default": {}
}})JSON",
"api_version.min": {},
"api_version.max": {},
"api_version.default": {}
}})JSON",
kMIN_API_VERSION,
kMAX_API_VERSION,
kDEFAULT_API_VERSION