diff options
author | jolex007 <jolex007@yandex-team.ru> | 2022-02-10 16:49:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:31 +0300 |
commit | cbca454ae0f6f94ef32c03fce56d938cacc0c6a3 (patch) | |
tree | 61b438c6c20ca37d9e35e545174d381399b34f4c /library/cpp | |
parent | 7c6139b61ced2798d1134b68b8facf6925a36b8e (diff) | |
download | ydb-cbca454ae0f6f94ef32c03fce56d938cacc0c6a3.tar.gz |
Restoring authorship annotation for <jolex007@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/digest/md5/medium_ut/ya.make | 4 | ||||
-rw-r--r-- | library/cpp/tvmauth/client/ut/ya.make | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/digest/md5/medium_ut/ya.make b/library/cpp/digest/md5/medium_ut/ya.make index 418c57f086e..900bedb8c16 100644 --- a/library/cpp/digest/md5/medium_ut/ya.make +++ b/library/cpp/digest/md5/medium_ut/ya.make @@ -13,6 +13,6 @@ SRCS( md5_medium_ut.cpp ) -REQUIREMENTS(ram:10) - +REQUIREMENTS(ram:10) + END() diff --git a/library/cpp/tvmauth/client/ut/ya.make b/library/cpp/tvmauth/client/ut/ya.make index e2686cd8d73..ed06367675d 100644 --- a/library/cpp/tvmauth/client/ut/ya.make +++ b/library/cpp/tvmauth/client/ut/ya.make @@ -31,6 +31,6 @@ SRCS( utils_ut.cpp ) -REQUIREMENTS(ram:11) - +REQUIREMENTS(ram:11) + END() |