Move to clang-format-16 (#908)

Fixes #848
This commit is contained in:
Alex Kremer
2023-10-19 16:55:04 +01:00
committed by GitHub
parent 5de87b9ef8
commit 1aab2b94b1
265 changed files with 3950 additions and 4743 deletions

View File

@@ -30,9 +30,7 @@ constexpr static auto MAX_API_VERSION = 10u;
using namespace rpc;
namespace json = boost::json;
class RPCVersionHandlerTest : public HandlerBaseTest
{
};
class RPCVersionHandlerTest : public HandlerBaseTest {};
TEST_F(RPCVersionHandlerTest, Default)
{
@@ -44,7 +42,8 @@ TEST_F(RPCVersionHandlerTest, Default)
}})",
MIN_API_VERSION,
MAX_API_VERSION,
DEFAULT_API_VERSION))};
DEFAULT_API_VERSION
))};
runSpawn([&](auto yield) {
auto const handler = AnyHandler{VersionHandler{cfg}};