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 | 5d4dd6ff046150f3e5e4608ea4ce1a30b4dfee4f (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/coroutine/engine | |
parent | 3a9452734f3e46716374a27915a6e202d6de4d01 (diff) | |
download | ydb-5d4dd6ff046150f3e5e4608ea4ce1a30b4dfee4f.tar.gz |
Restoring authorship annotation for <soniachrn@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/coroutine/engine')
-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 bedafb3f26..8c20b9afc3 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 +) |