diff options
author | Andrey Rogozhnikov <rogozhnikov.andrey@gmail.com> | 2022-02-10 16:50:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:02 +0300 |
commit | 3a00a7f47463f54c5c60c205eac7ab320572e930 (patch) | |
tree | 0f08391e08096f2fff528bae4b01b38eeffdb65f /library/cpp/yaml/as/ya.make | |
parent | 5f76ab5b18e12d75f0c861e68d730c37e347b965 (diff) | |
download | ydb-3a00a7f47463f54c5c60c205eac7ab320572e930.tar.gz |
Restoring authorship annotation for Andrey Rogozhnikov <rogozhnikov.andrey@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yaml/as/ya.make')
-rw-r--r-- | library/cpp/yaml/as/ya.make | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/library/cpp/yaml/as/ya.make b/library/cpp/yaml/as/ya.make index 80d60b957b..83598b8e8a 100644 --- a/library/cpp/yaml/as/ya.make +++ b/library/cpp/yaml/as/ya.make @@ -1,13 +1,13 @@ -LIBRARY() - -OWNER(g:crypta) - -PEERDIR( - contrib/libs/yaml-cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) +LIBRARY() + +OWNER(g:crypta) + +PEERDIR( + contrib/libs/yaml-cpp +) + +END() + +RECURSE_FOR_TESTS( + ut +) |