From 1ffb49e4f9dbfb846cc5982e719e6e45cfea6b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietmar=20K=C3=BChl?= Date: Sat, 18 Jan 2025 15:31:11 +0000 Subject: [PATCH] fixed a formatting issue --- include/beman/lazy/detail/any_scheduler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/beman/lazy/detail/any_scheduler.hpp b/include/beman/lazy/detail/any_scheduler.hpp index d937866..875fd65 100644 --- a/include/beman/lazy/detail/any_scheduler.hpp +++ b/include/beman/lazy/detail/any_scheduler.hpp @@ -120,7 +120,7 @@ class any_scheduler { if constexpr (::std::same_as) { return ::beman::execution26::get_stop_token(::beman::execution26::get_env(this->receiver)); } else { - if constexpr (not::std::same_as) { + if constexpr (not ::std::same_as) { if (not this->callback) { this->callback.emplace( ::beman::execution26::get_stop_token(::beman::execution26::get_env(this->receiver)),