summaryrefslogtreecommitdiffstats
path: root/library/cpp/json/writer/json.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/json/writer/json.cpp')
-rw-r--r--library/cpp/json/writer/json.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/writer/json.cpp b/library/cpp/json/writer/json.cpp
index 940eaef8c95..02370c2d79e 100644
--- a/library/cpp/json/writer/json.cpp
+++ b/library/cpp/json/writer/json.cpp
@@ -467,7 +467,7 @@ namespace NJsonWriter {
}
void TBuf::UnsafeWriteRawBytes(const TStringBuf& s) {
- UnsafeWriteRawBytes(s.data(), s.size());
+ UnsafeWriteRawBytes(s.data(), s.size());
}
const TString& TBuf::Str() const {