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:
@@ -32,7 +32,7 @@
|
||||
#include <memory>
|
||||
|
||||
namespace {
|
||||
constexpr auto kFEED = R"JSON({"test":"test"})JSON";
|
||||
constexpr auto kFEED = R"JSON({"test": "test"})JSON";
|
||||
} // namespace
|
||||
|
||||
using namespace feed::impl;
|
||||
|
||||
Reference in New Issue
Block a user