Skip to content

Commit 9d2d42c

Browse files
code formatting
1 parent b874880 commit 9d2d42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/ranges/range.adaptors/range.concat/adaptor.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ constexpr void compareViews(View v, std::initializer_list<int> list) {
4848
}
4949

5050
constexpr bool test() {
51-
int arr[] = {0, 1, 2, 3};
51+
int arr[] = {0, 1, 2, 3};
5252
int arr2[] = {4, 5, 6, 7};
5353

5454
{

0 commit comments

Comments
 (0)