[CI] clang-tidy auto fixes

This commit is contained in:
godexsoft
2025-05-07 09:37:45 +00:00
committed by Clio CI
parent 68f832a832
commit 038b2d2f35
3 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ protected:
class BackendCassandraFactoryTestWithDB : public BackendCassandraFactoryTest { class BackendCassandraFactoryTestWithDB : public BackendCassandraFactoryTest {
protected: protected:
~BackendCassandraFactoryTestWithDB() () override
{ {
// drop the keyspace for next test // drop the keyspace for next test
data::cassandra::Handle const handle{TestGlobals::instance().backendHost}; data::cassandra::Handle const handle{TestGlobals::instance().backendHost};

View File

@@ -115,7 +115,7 @@ protected:
std::default_random_engine randomEngine_{0}; std::default_random_engine randomEngine_{0};
~BackendCassandraTest() () override
{ {
// drop the keyspace for next test // drop the keyspace for next test
Handle const handle{TestGlobals::instance().backendHost}; Handle const handle{TestGlobals::instance().backendHost};

View File

@@ -155,7 +155,7 @@ protected:
setupDatabase(); setupDatabase();
} }
~MigrationCassandraSimpleTest() () override
{ {
// drop the keyspace // drop the keyspace
Handle const handle{TestGlobals::instance().backendHost}; Handle const handle{TestGlobals::instance().backendHost};