Format code according to conventions (#16322)
This commit is contained in:
@ -55,7 +55,9 @@ void TestFixture::SetUpTestCase() {
|
||||
|
||||
void TestFixture::TearDownTestCase() {}
|
||||
|
||||
TestFixture::TestFixture() { m_this = this; }
|
||||
TestFixture::TestFixture() {
|
||||
m_this = this;
|
||||
}
|
||||
|
||||
TestFixture::~TestFixture() {
|
||||
test_logger.info() << "TestFixture clean-up start." << std::endl;
|
||||
|
Reference in New Issue
Block a user