Skip to content

Commit 0d3d14a

Browse files
committed
Fixed formatting
1 parent 28a1cde commit 0d3d14a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libcxx/test/std/ranges/range.factories/range.iota.view/views_iota.pass.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ struct X {};
4949
template <typename IntT>
5050
concept CanDoubleWrap = requires(IntT i) { std::views::iota(std::views::iota(i)); };
5151

52-
constexpr bool
53-
test() {
52+
constexpr bool test() {
5453
testType<SomeInt>(SomeInt(10));
5554
testType<SomeInt>(IntComparableWith(SomeInt(10)));
5655
testType<signed long>(IntComparableWith<signed long>(10));

0 commit comments

Comments
 (0)