Skip to content

Commit f1838ef

Browse files
committed
clang-format
1 parent 68cc897 commit f1838ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_select.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ struct select_test
117117
TEST_CASE_TEMPLATE("[select]", B, BATCH_TYPES)
118118
{
119119
// Allocate on heap to avoid stack overflow from excessively large object.
120-
std::unique_ptr<select_test<B>> Test{new select_test<B>};
120+
std::unique_ptr<select_test<B>> Test { new select_test<B> };
121121
SUBCASE("select_dynamic") { Test->test_select_dynamic(); }
122122
SUBCASE("select_static") { Test->test_select_static(); }
123123
}

0 commit comments

Comments
 (0)