Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed Dec 16, 2024
1 parent 50f1140 commit 8a98f45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/core/execution/include/hpx/execution/algorithms/just.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ namespace hpx::execution::experimental {
}

template <typename Receiver>
friend auto
tag_invoke(connect_t, just_sender& s, Receiver&& receiver)
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_copy_constructible<Ts>...>)
noexcept(
util::all_of_v<std::is_nothrow_copy_constructible<Ts>...>)
#endif
{
return operation_state<Receiver>{
Expand Down

0 comments on commit 8a98f45

Please sign in to comment.