diff options
author | elshiko <elshiko@yandex-team.ru> | 2022-02-10 16:49:20 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:20 +0300 |
commit | 455ab915435b70e433ed91eee2ca84f03122d6cb (patch) | |
tree | 4570335e510c5cb009cca313349e2a29b4c62310 /library/cpp/json/yson/ya.make | |
parent | 85ad20a00eb9c7d4dcae0debe5172d5f9bc6792f (diff) | |
download | ydb-455ab915435b70e433ed91eee2ca84f03122d6cb.tar.gz |
Restoring authorship annotation for <elshiko@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json/yson/ya.make')
-rw-r--r-- | library/cpp/json/yson/ya.make | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/library/cpp/json/yson/ya.make b/library/cpp/json/yson/ya.make index 9b289d674f..c61c924e93 100644 --- a/library/cpp/json/yson/ya.make +++ b/library/cpp/json/yson/ya.make @@ -1,18 +1,18 @@ -LIBRARY() - -OWNER( - avitella - elshiko -) - -PEERDIR( +LIBRARY() + +OWNER( + avitella + elshiko +) + +PEERDIR( library/cpp/json library/cpp/yson library/cpp/yson/json -) - -SRCS( - json2yson.cpp -) - -END() +) + +SRCS( + json2yson.cpp +) + +END() |