diff options
author | smurylev <smurylev@yandex-team.ru> | 2022-02-10 16:50:34 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:34 +0300 |
commit | 90e044f3970467c14a384a4d261a5d55f4b29a66 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/protobuf/json/string_transform.h | |
parent | 82e516236e5bba43ff4dcd0e4ddf8fb30b3624d5 (diff) | |
download | ydb-90e044f3970467c14a384a4d261a5d55f4b29a66.tar.gz |
Restoring authorship annotation for <smurylev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/protobuf/json/string_transform.h')
-rw-r--r-- | library/cpp/protobuf/json/string_transform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/protobuf/json/string_transform.h b/library/cpp/protobuf/json/string_transform.h index c27cd31d55..e4b296bc01 100644 --- a/library/cpp/protobuf/json/string_transform.h +++ b/library/cpp/protobuf/json/string_transform.h @@ -82,7 +82,7 @@ namespace NProtobufJson { private: TString Unescape(const TString& str) const; }; - + class TBase64EncodeBytesTransform: public NProtobufJson::IStringTransform { public: int GetType() const override { |