diff options
author | vdf <vdf@yandex-team.ru> | 2022-02-10 16:48:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:43 +0300 |
commit | c52fa3470f4973c134b3c09a16dcdc7167eaece3 (patch) | |
tree | 21781c6b8c1e8436f9a6e49e43d60b342dca246f /library/cpp/protobuf/util/pb_io.h | |
parent | 7a849a93d8126b563f33ae88ba19b99a6e951a83 (diff) | |
download | ydb-c52fa3470f4973c134b3c09a16dcdc7167eaece3.tar.gz |
Restoring authorship annotation for <vdf@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/protobuf/util/pb_io.h')
-rw-r--r-- | library/cpp/protobuf/util/pb_io.h | 2 |
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 493c84cb5f..0ebe8ccb6c 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); |