Skip to content

Commit ac3bc0c

Browse files
committed
clang format
1 parent 4b3f2f2 commit ac3bc0c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

include/beman/execution/detail/when_all.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,10 @@ struct when_all_t {
165165

166166
using value_types =
167167
typename ::beman::execution::detail::when_all_value_types<::beman::execution::detail::meta::combine<
168-
::beman::execution::
169-
value_types_of_t<Sender, when_all_env<Env>, ::beman::execution::detail::type_list, ::std::type_identity_t>...>>::
170-
type;
168+
::beman::execution::value_types_of_t<Sender,
169+
when_all_env<Env>,
170+
::beman::execution::detail::type_list,
171+
::std::type_identity_t>...>>::type;
171172
using error_types = ::beman::execution::detail::meta::unique<::beman::execution::detail::meta::combine<
172173
::beman::execution::error_types_of_t<Sender, when_all_env<Env>, error_comps>...>>;
173174
using stopped_types =

0 commit comments

Comments
 (0)