Skip to content

Commit

Permalink
Fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed Mar 26, 2024
1 parent 26b92c0 commit 3c88a73
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ namespace hpx::execution::experimental {
friend auto tag_invoke(
connect_t, just_sender&& s, Receiver&& receiver)
#if !defined(HPX_COMPUTE_DEVICE_CODE)
noexcept(util::all_of_v<std::is_nothrow_move_constructible<Ts>...>)
noexcept(
util::all_of_v<std::is_nothrow_move_constructible<Ts>...>)
#endif
{
return operation_state<Receiver>{
Expand Down

0 comments on commit 3c88a73

Please sign in to comment.