Skip to content

Commit 350915f

Browse files
committed
clang-format
1 parent 370c58e commit 350915f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/beman/execution/detail/sender_awaitable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class sender_awaitable {
8686
state{::beman::execution::connect(::std::forward<Sndr>(sndr),
8787
sender_awaitable::awaitable_receiver{::std::addressof(result)})} {}
8888

89-
static constexpr bool await_ready() noexcept { return false; }
89+
static constexpr bool await_ready() noexcept { return false; }
9090
::std::coroutine_handle<> await_suspend(::std::coroutine_handle<Promise> handle) noexcept {
9191
::beman::execution::start(state);
9292
if (::std::get<1>(this->result).exchange(true, std::memory_order_acq_rel)) {

0 commit comments

Comments
 (0)