aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorrufrozen <rufrozen@yandex-team.ru>2022-02-10 16:50:46 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:46 +0300
commit096edeeaa3adb6d08c055b33415ddf105fe0a90e (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library
parent6d19a5f69877d9383bf3d17f238446a8511f0ccb (diff)
downloadydb-096edeeaa3adb6d08c055b33415ddf105fe0a90e.tar.gz
Restoring authorship annotation for <rufrozen@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library')
-rw-r--r--library/cpp/xml/document/xml-document-decl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/xml/document/xml-document-decl.h b/library/cpp/xml/document/xml-document-decl.h
index 6719be54a7..bfda1fb7e6 100644
--- a/library/cpp/xml/document/xml-document-decl.h
+++ b/library/cpp/xml/document/xml-document-decl.h
@@ -58,7 +58,7 @@ namespace NXml {
TString ToString(TZtStringBuf enc = "", bool shouldFormat = true) const {
TStringStream s;
- Save(s, enc, shouldFormat);
+ Save(s, enc, shouldFormat);
return s.Str();
}