summaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/json/string_transform.h
diff options
context:
space:
mode:
authorsmurylev <[email protected]>2022-02-10 16:50:34 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:50:34 +0300
commit82e516236e5bba43ff4dcd0e4ddf8fb30b3624d5 (patch)
treee6a11d2715ea09a3c45cf6b4bd80c1b908cc9dd1 /library/cpp/protobuf/json/string_transform.h
parentbfa8c3e83c12beb065db3c294bcad58628069502 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/protobuf/json/string_transform.h')
-rw-r--r--library/cpp/protobuf/json/string_transform.h2
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 e4b296bc011..c27cd31d557 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 {