Skip to content

Commit 5131b09

Browse files
committed
fixup! WIP: [libc++][ranges] Implement ranges::stride_view.
Make formatting happy.
1 parent a05716f commit 5131b09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libcxx/test/std/ranges/range.adaptors/range.stride.view/adaptor.pass.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ constexpr bool test() {
134134
}
135135

136136
// A final sanity check.
137-
{
138-
static_assert(std::same_as<decltype(std::views::stride), decltype(std::ranges::views::stride)>);
139-
}
137+
{ static_assert(std::same_as<decltype(std::views::stride), decltype(std::ranges::views::stride)>); }
140138

141139
return true;
142140
}

0 commit comments

Comments
 (0)