diff options
author | tender-bum <tender-bum@yandex-team.ru> | 2022-02-10 16:50:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:01 +0300 |
commit | 4aef354b224559d2b031487a10d4f5cc6e82e95a (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/containers/flat_hash/lib/concepts/ya.make | |
parent | c78b06a63de7beec995c1007bc5332bdf3d75b69 (diff) | |
download | ydb-4aef354b224559d2b031487a10d4f5cc6e82e95a.tar.gz |
Restoring authorship annotation for <tender-bum@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/containers/flat_hash/lib/concepts/ya.make')
-rw-r--r-- | library/cpp/containers/flat_hash/lib/concepts/ya.make | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/containers/flat_hash/lib/concepts/ya.make b/library/cpp/containers/flat_hash/lib/concepts/ya.make index b564f210bd..f82fc1d51c 100644 --- a/library/cpp/containers/flat_hash/lib/concepts/ya.make +++ b/library/cpp/containers/flat_hash/lib/concepts/ya.make @@ -1,9 +1,9 @@ -LIBRARY() - -OWNER(tender-bum) - -SRCS( - concepts.cpp -) - -END() +LIBRARY() + +OWNER(tender-bum) + +SRCS( + concepts.cpp +) + +END() |