aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/core/viewer/json/json.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ydb/core/viewer/json/json.cpp')
-rw-r--r--ydb/core/viewer/json/json.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/viewer/json/json.cpp b/ydb/core/viewer/json/json.cpp
index 51d7c9a32d..d43aa12f37 100644
--- a/ydb/core/viewer/json/json.cpp
+++ b/ydb/core/viewer/json/json.cpp
@@ -40,7 +40,7 @@ void TProtoToJson::EscapeJsonString(IOutputStream& os, const TString& s) {
TString TProtoToJson::EscapeJsonString(const TString& s) {
TStringStream str;
EscapeJsonString(str, s);
- return str.Str();
+ return str.Str();
}
void TProtoToJson::ProtoToJson(IOutputStream& to, const ::google::protobuf::EnumValueDescriptor* descriptor, const TJsonSettings& jsonSettings) {