mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
style: Fix JSON style in C++ code (#2262)
This commit is contained in:
@@ -34,7 +34,7 @@ using namespace util::prometheus;
|
||||
|
||||
namespace {
|
||||
|
||||
constexpr auto kFEED = R"JSON({"test":"test"})JSON";
|
||||
constexpr auto kFEED = R"JSON({"test": "test"})JSON";
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user