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 | 6d19a5f69877d9383bf3d17f238446a8511f0ccb (patch) | |
tree | 6ae8661e6b0ca63bdf23fb7217a5e250d7c2d6ef | |
parent | ae8ad2a23bc3bb663e427a5fa0735002d50bdb2e (diff) | |
download | ydb-6d19a5f69877d9383bf3d17f238446a8511f0ccb.tar.gz |
Restoring authorship annotation for <rufrozen@yandex-team.ru>. Commit 1 of 2.
-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 bfda1fb7e6..6719be54a7 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(); } |