diff options
| author | halin-george <[email protected]> | 2022-02-10 16:50:07 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:07 +0300 |
| commit | 811c91d683d6123a2aa69baa10b30184f5e1204d (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/coroutine/engine/impl.cpp | |
| parent | 7c7a0655bcf00449b1fcacc2c658cc4d5c3aca7b (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/coroutine/engine/impl.cpp')
| -rw-r--r-- | library/cpp/coroutine/engine/impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/coroutine/engine/impl.cpp b/library/cpp/coroutine/engine/impl.cpp index ca532690a71..7ae6f74051e 100644 --- a/library/cpp/coroutine/engine/impl.cpp +++ b/library/cpp/coroutine/engine/impl.cpp @@ -24,7 +24,7 @@ TCont::TCont(NCoro::NStack::IAllocator& allocator, NCoro::TTrampoline::TFunc func, const char* name) noexcept : Executor_(executor) - , Name_(name) + , Name_(name) , Trampoline_( allocator, stackSize, |
