aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yson/writer.cpp
diff options
context:
space:
mode:
authorqkrorlqr <qkrorlqr@yandex-team.ru>2022-02-10 16:47:20 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:20 +0300
commit9b89266638b10d40309e31dcb7caa2fc52b2aefd (patch)
treeaaf0d6ece270940a4f208e4202e4a37a15ce05b7 /library/cpp/yson/writer.cpp
parent47af3b5bf148ddab250833ec454d30d7c4930c31 (diff)
downloadydb-9b89266638b10d40309e31dcb7caa2fc52b2aefd.tar.gz
Restoring authorship annotation for <qkrorlqr@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yson/writer.cpp')
-rw-r--r--library/cpp/yson/writer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/yson/writer.cpp b/library/cpp/yson/writer.cpp
index 054459f9f5..f0637f8d2b 100644
--- a/library/cpp/yson/writer.cpp
+++ b/library/cpp/yson/writer.cpp
@@ -339,7 +339,7 @@ namespace NYson {
}
////////////////////////////////////////////////////////////////////////////////
-
+
void ReformatYsonStream(
IInputStream* input,
IOutputStream* output,
@@ -349,7 +349,7 @@ namespace NYson {
TYsonParser parser(&writer, input, type);
parser.Parse();
}
-
+
////////////////////////////////////////////////////////////////////////////////
} // namespace NYson