Skip to content

Commit ef107b7

Browse files
Missed clang-formatting
1 parent 92bdfba commit ef107b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libcxx/test/std/algorithms/alg.nonmodifying/alg.fold/ranges.fold_left_first_with_iter.pass.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ constexpr void check_iterator(R& r, F f, std::optional<Expected> const& expected
6363
}
6464

6565
{
66-
is_in_value_result<R, std::optional<Expected>> decltype(auto) result =
67-
std::ranges::fold_left_first_with_iter(r, f);
66+
is_in_value_result<R, std::optional<Expected>> decltype(auto) result = std::ranges::fold_left_first_with_iter(r, f);
6867
assert(result.in == r.end());
6968
assert(result.value == expected);
7069
}

0 commit comments

Comments
 (0)