mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-27 09:00:27 +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};
|
||||
|
||||
Reference in New Issue
Block a user