mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	[CI] clang-tidy auto fixes
This commit is contained in:
		@@ -85,7 +85,7 @@ protected:
 | 
			
		||||
 | 
			
		||||
class BackendCassandraFactoryTestWithDB : public BackendCassandraFactoryTest {
 | 
			
		||||
protected:
 | 
			
		||||
    ~BackendCassandraFactoryTestWithDB()
 | 
			
		||||
    () override
 | 
			
		||||
    {
 | 
			
		||||
        // drop the keyspace for next test
 | 
			
		||||
        data::cassandra::Handle const handle{TestGlobals::instance().backendHost};
 | 
			
		||||
 
 | 
			
		||||
@@ -115,7 +115,7 @@ protected:
 | 
			
		||||
 | 
			
		||||
    std::default_random_engine randomEngine_{0};
 | 
			
		||||
 | 
			
		||||
    ~BackendCassandraTest()
 | 
			
		||||
    () override
 | 
			
		||||
    {
 | 
			
		||||
        // drop the keyspace for next test
 | 
			
		||||
        Handle const handle{TestGlobals::instance().backendHost};
 | 
			
		||||
 
 | 
			
		||||
@@ -155,7 +155,7 @@ protected:
 | 
			
		||||
        setupDatabase();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    ~MigrationCassandraSimpleTest()
 | 
			
		||||
    () override
 | 
			
		||||
    {
 | 
			
		||||
        // drop the keyspace
 | 
			
		||||
        Handle const handle{TestGlobals::instance().backendHost};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user