mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 03:35:55 +00:00
style: Mark JSON literal strings with R"JSON (#2169)
This commit is contained in:
@@ -37,7 +37,7 @@ struct BackendCountersTest : WithPrometheus {
|
||||
static boost::json::object
|
||||
emptyReport()
|
||||
{
|
||||
return boost::json::parse(R"({
|
||||
return boost::json::parse(R"JSON({
|
||||
"too_busy": 0,
|
||||
"write_sync": 0,
|
||||
"write_sync_retry": 0,
|
||||
@@ -49,7 +49,7 @@ struct BackendCountersTest : WithPrometheus {
|
||||
"read_async_completed": 0,
|
||||
"read_async_retry": 0,
|
||||
"read_async_error": 0
|
||||
})")
|
||||
})JSON")
|
||||
.as_object();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user