Skip to content

Commit 4294c32

Browse files
committed
Minor correction
1 parent 025918a commit 4294c32

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/test_utilities.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ void TestUtilities::init()
2525
// clean up resources
2626
void TestUtilities::cleanup()
2727
{
28-
if (mUtil) {
28+
if (mUtil)
29+
{
2930
delete mUtil;
3031
mUtil = nullptr;
3132
}

0 commit comments

Comments
 (0)