aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/iterator/ya.make
diff options
context:
space:
mode:
authormstebelev <mstebelev@yandex-team.ru>2022-02-10 16:47:17 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:17 +0300
commit5a176099114d03d5669e95a55a3a514bd24dd8b1 (patch)
tree13d2cd27a59ccff4e44d7c7f530f923483f82267 /library/cpp/iterator/ya.make
parent3c1fe03778c21d7aa4a5c4a4433ca611dbf2f785 (diff)
downloadydb-5a176099114d03d5669e95a55a3a514bd24dd8b1.tar.gz
Restoring authorship annotation for <mstebelev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/iterator/ya.make')
-rw-r--r--library/cpp/iterator/ya.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/iterator/ya.make b/library/cpp/iterator/ya.make
index 1ba1ffb411..226858b8c5 100644
--- a/library/cpp/iterator/ya.make
+++ b/library/cpp/iterator/ya.make
@@ -1,7 +1,7 @@
OWNER(g:util)
-
-LIBRARY()
-
+
+LIBRARY()
+
SRCS(
cartesian_product.cpp
concatenate.cpp
@@ -14,6 +14,6 @@ SRCS(
zip.cpp
)
-END()
+END()
RECURSE_FOR_TESTS(ut)