diff options
author | kostyash <kostyash@yandex-team.ru> | 2022-02-10 16:50:50 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:50 +0300 |
commit | 1d07fe6c2d65841ffb63b14afddcaad19e5f16f2 (patch) | |
tree | fe19da94717113839151c7318538013c2f90865f | |
parent | eace2adfb451fa3978f6edbae8aec53a50d1c969 (diff) | |
download | ydb-1d07fe6c2d65841ffb63b14afddcaad19e5f16f2.tar.gz |
Restoring authorship annotation for <kostyash@yandex-team.ru>. Commit 1 of 2.
-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 f5f1c0d25a..23066b279e 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 98dbb68c48..519cde5b0e 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() |