diff options
author | kostyash <kostyash@yandex-team.ru> | 2022-02-10 16:50:51 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:51 +0300 |
commit | 5ae1050a8b1e740b78b22a6151b55ac1c8781362 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp | |
parent | 1d07fe6c2d65841ffb63b14afddcaad19e5f16f2 (diff) | |
download | ydb-5ae1050a8b1e740b78b22a6151b55ac1c8781362.tar.gz |
Restoring authorship annotation for <kostyash@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/hyperloglog/ut/ya.make | 16 | ||||
-rw-r--r-- | library/cpp/hyperloglog/ya.make | 18 |
2 files changed, 17 insertions, 17 deletions
diff --git a/library/cpp/hyperloglog/ut/ya.make b/library/cpp/hyperloglog/ut/ya.make index 23066b279e..f5f1c0d25a 100644 --- a/library/cpp/hyperloglog/ut/ya.make +++ b/library/cpp/hyperloglog/ut/ya.make @@ -1,12 +1,12 @@ UNITTEST_FOR(library/cpp/hyperloglog) - -OWNER( + +OWNER( anskor g:images-followers g:images-robot g:images-search-quality g:images-nonsearch-quality -) - -SRCS( +) + +SRCS( hyperloglog_ut.cpp -) - -END() +) + +END() diff --git a/library/cpp/hyperloglog/ya.make b/library/cpp/hyperloglog/ya.make index 519cde5b0e..98dbb68c48 100644 --- a/library/cpp/hyperloglog/ya.make +++ b/library/cpp/hyperloglog/ya.make @@ -1,13 +1,13 @@ -LIBRARY() - -OWNER( +LIBRARY() + +OWNER( anskor g:images-followers g:images-robot g:images-search-quality g:images-nonsearch-quality -) - -SRCS( +) + +SRCS( hyperloglog.h hyperloglog.cpp -) - -END() +) + +END() |