aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/json/proto2json.h
diff options
context:
space:
mode:
authorkartynnik <kartynnik@yandex-team.ru>2022-02-10 16:48:07 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:07 +0300
commitdf6128370874866447314ec18d8e67fc7bde40b4 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/protobuf/json/proto2json.h
parentca2a705e6e39e85df30054d7e806e572de9cfe23 (diff)
downloadydb-df6128370874866447314ec18d8e67fc7bde40b4.tar.gz
Restoring authorship annotation for <kartynnik@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/protobuf/json/proto2json.h')
-rw-r--r--library/cpp/protobuf/json/proto2json.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/protobuf/json/proto2json.h b/library/cpp/protobuf/json/proto2json.h
index c7770a62b8..89a1781a40 100644
--- a/library/cpp/protobuf/json/proto2json.h
+++ b/library/cpp/protobuf/json/proto2json.h
@@ -10,7 +10,7 @@
#include <util/generic/fwd.h>
#include <util/generic/vector.h>
#include <util/generic/yexception.h>
-#include <util/stream/str.h>
+#include <util/stream/str.h>
#include <functional>
@@ -51,7 +51,7 @@ namespace NProtobufJson {
inline void Proto2Json(const T& proto, TStringStream& out) {
out << proto.AsJSON();
}
-
+
/// @throw yexception
void Proto2Json(const NProtoBuf::Message& proto, TString& str,
const TProto2JsonConfig& config);
@@ -75,4 +75,4 @@ namespace NProtobufJson {
return result;
}
-}
+}