aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/util/pb_io.h
diff options
context:
space:
mode:
authorvdf <vdf@yandex-team.ru>2022-02-10 16:48:43 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:43 +0300
commitb74c16abd264d7a738bce3733832ce988b28efc4 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/protobuf/util/pb_io.h
parentc52fa3470f4973c134b3c09a16dcdc7167eaece3 (diff)
downloadydb-b74c16abd264d7a738bce3733832ce988b28efc4.tar.gz
Restoring authorship annotation for <vdf@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/protobuf/util/pb_io.h')
-rw-r--r--library/cpp/protobuf/util/pb_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/protobuf/util/pb_io.h b/library/cpp/protobuf/util/pb_io.h
index 0ebe8ccb6c..493c84cb5f 100644
--- a/library/cpp/protobuf/util/pb_io.h
+++ b/library/cpp/protobuf/util/pb_io.h
@@ -29,7 +29,7 @@ namespace NProtoBuf {
ParseFromBase64String(dataBase64, m, allowUneven);
return m;
}
-
+
/* Serialize message into string and apply base64 URL encoding.
*/
TString SerializeToBase64String(const Message& m);