Skip to content

Commit

Permalink
fixed a formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarkuehl committed Jan 18, 2025
1 parent a4880a1 commit 1ffb49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/beman/lazy/detail/any_scheduler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class any_scheduler {
if constexpr (::std::same_as<token_t, ::beman::execution26::inplace_stop_token>) {
return ::beman::execution26::get_stop_token(::beman::execution26::get_env(this->receiver));
} else {
if constexpr (not::std::same_as<token_t, ::beman::execution26::never_stop_token>) {
if constexpr (not ::std::same_as<token_t, ::beman::execution26::never_stop_token>) {
if (not this->callback) {
this->callback.emplace(
::beman::execution26::get_stop_token(::beman::execution26::get_env(this->receiver)),
Expand Down

0 comments on commit 1ffb49e

Please sign in to comment.