style: clang-tidy auto fixes (#2092)

Fixes #2091. Please review and commit clang-tidy fixes.

Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-07 14:29:12 +01:00
committed by GitHub
parent e75aa1add1
commit 59d27db5ab
3 changed files with 3 additions and 3 deletions

View File

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