style: Fix JSON style in C++ code (#2262)

This commit is contained in:
Ayaz Salikhov
2025-06-27 11:45:11 +01:00
committed by GitHub
parent e92dbc8fce
commit d97f19ba1d
34 changed files with 1705 additions and 1705 deletions

View File

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