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

@@ -36,9 +36,7 @@ namespace json = boost::json;
using namespace data::cassandra;
class SettingsProviderTest : public NoLoggerFixture
{
};
class SettingsProviderTest : public NoLoggerFixture {};
TEST_F(SettingsProviderTest, Defaults)
{
@@ -125,7 +123,8 @@ TEST_F(SettingsProviderTest, CertificateConfig)
"contact_points": "127.0.0.1",
"certfile": "{}"
}})",
file.path))};
file.path
))};
SettingsProvider const provider{cfg};
auto const settings = provider.getSettings();