diff options
author | rufrozen <rufrozen@yandex-team.ru> | 2022-02-10 16:50:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:46 +0300 |
commit | 096edeeaa3adb6d08c055b33415ddf105fe0a90e (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library | |
parent | 6d19a5f69877d9383bf3d17f238446a8511f0ccb (diff) | |
download | ydb-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.h | 2 |
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(); } |