style: Fix JSON indent style in C++ code (#2485)

This commit is contained in:
Ayaz Salikhov
2025-08-28 15:10:36 +01:00
committed by GitHub
parent 2512a9c8e7
commit e6b2f9cde7
42 changed files with 3222 additions and 3192 deletions

View File

@@ -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_;