aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/coroutine/engine/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/coroutine/engine/events.h')
-rw-r--r--library/cpp/coroutine/engine/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/coroutine/engine/events.h b/library/cpp/coroutine/engine/events.h
index b5a7726343..07cc4d25e8 100644
--- a/library/cpp/coroutine/engine/events.h
+++ b/library/cpp/coroutine/engine/events.h
@@ -69,7 +69,7 @@ public:
}
~TContWaitQueue() {
- Y_ASSERT(Waiters_.Empty());
+ Y_ASSERT(Waiters_.Empty());
}
int WaitD(TCont* current, TInstant deadline) {