aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/coroutine/engine/impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/coroutine/engine/impl.h')
-rw-r--r--library/cpp/coroutine/engine/impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/coroutine/engine/impl.h b/library/cpp/coroutine/engine/impl.h
index d0041bf789..283a96ecf1 100644
--- a/library/cpp/coroutine/engine/impl.h
+++ b/library/cpp/coroutine/engine/impl.h
@@ -66,7 +66,7 @@ public:
return Name_;
}
- void PrintMe(IOutputStream& out) const noexcept;
+ void PrintMe(IOutputStream& out) const noexcept;
void Yield() noexcept;