diff options
author | soniachrn <soniachrn@yandex-team.ru> | 2022-02-10 16:50:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:07 +0300 |
commit | 3a9452734f3e46716374a27915a6e202d6de4d01 (patch) | |
tree | 81af10880e54bb453785624653e55d2dfa873ffa /library/cpp/coroutine | |
parent | 811c91d683d6123a2aa69baa10b30184f5e1204d (diff) | |
download | ydb-3a9452734f3e46716374a27915a6e202d6de4d01.tar.gz |
Restoring authorship annotation for <soniachrn@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/coroutine')
-rw-r--r-- | library/cpp/coroutine/engine/ya.make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/coroutine/engine/ya.make b/library/cpp/coroutine/engine/ya.make index 8c20b9afc3..bedafb3f26 100644 --- a/library/cpp/coroutine/engine/ya.make +++ b/library/cpp/coroutine/engine/ya.make @@ -30,7 +30,7 @@ SRCS( ) END() - -RECURSE( - stack/benchmark -) + +RECURSE( + stack/benchmark +) |