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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user