aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/json/string_transform.h
diff options
context:
space:
mode:
authoralexcrush <alexcrush@yandex-team.ru>2022-02-10 16:50:33 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:33 +0300
commit923c477d52607f8f7ba049046234075fc393db76 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/protobuf/json/string_transform.h
parent34f0683c2d7731f2f9f59966c12e602f405fa0d6 (diff)
downloadydb-923c477d52607f8f7ba049046234075fc393db76.tar.gz
Restoring authorship annotation for <alexcrush@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.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 1f1859514b..e4b296bc01 100644
--- a/library/cpp/protobuf/json/string_transform.h
+++ b/library/cpp/protobuf/json/string_transform.h
@@ -27,7 +27,7 @@ namespace NProtobufJson {
return Transform(str);
}
};
-
+
using TStringTransformPtr = TIntrusivePtr<IStringTransform>;
template <bool quote, bool tounicode>