mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
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:
committed by
GitHub
parent
e75aa1add1
commit
59d27db5ab
@@ -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};
|
||||
|
||||
@@ -116,7 +116,7 @@ protected:
|
||||
std::default_random_engine randomEngine_{0};
|
||||
|
||||
public:
|
||||
~BackendCassandraTest()
|
||||
~BackendCassandraTest() override
|
||||
{
|
||||
// drop the keyspace for next test
|
||||
Handle const handle{TestGlobals::instance().backendHost};
|
||||
|
||||
@@ -156,7 +156,7 @@ public:
|
||||
testMigrationBackend_ = testBundle.second;
|
||||
}
|
||||
|
||||
~MigrationCassandraSimpleTest()
|
||||
~MigrationCassandraSimpleTest() override
|
||||
{
|
||||
// drop the keyspace
|
||||
Handle const handle{TestGlobals::instance().backendHost};
|
||||
|
||||
Reference in New Issue
Block a user