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:
@@ -35,12 +35,12 @@ using namespace util::config;
|
||||
struct IntervalSweepHandlerTest : SyncAsioContextTest {
|
||||
protected:
|
||||
static constexpr auto kJSON_DATA = R"JSON(
|
||||
{
|
||||
"dos_guard": {
|
||||
"sweep_interval": 0
|
||||
{
|
||||
"dos_guard": {
|
||||
"sweep_interval": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
)JSON";
|
||||
)JSON";
|
||||
|
||||
DOSGuardStrictMock guardMock_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user