diff options
author | gotmanov <gotmanov@yandex-team.ru> | 2022-02-10 16:49:26 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:26 +0300 |
commit | 243edeedfd2c5152b5c7812e0af471e1bb0232e8 (patch) | |
tree | 7efbef4b4e045bcee8833f7fc22a639fa0ff06aa /library/cpp/json | |
parent | 56c39b3cf908e7202b1f7551a1653681e8015607 (diff) | |
download | ydb-243edeedfd2c5152b5c7812e0af471e1bb0232e8.tar.gz |
Restoring authorship annotation for <gotmanov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json')
-rw-r--r-- | library/cpp/json/writer/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/json/writer/ya.make b/library/cpp/json/writer/ya.make index 3989ff35043..5bbef2d3f51 100644 --- a/library/cpp/json/writer/ya.make +++ b/library/cpp/json/writer/ya.make @@ -15,6 +15,6 @@ SRCS( json.cpp ) -GENERATE_ENUM_SERIALIZATION(json_value.h) - +GENERATE_ENUM_SERIALIZATION(json_value.h) + END() |