diff options
author | nadya73 <nadya73@yandex-team.ru> | 2022-02-10 16:49:18 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:18 +0300 |
commit | b6e35c760e81fe851ac4da1abc08e6ec8e779c10 (patch) | |
tree | bffcb657a262b70deabd6a12cf65b823c9332150 /library/cpp/yson/consumer.cpp | |
parent | cb691264f012c552bac85a9fe352baa062cd81dd (diff) | |
download | ydb-b6e35c760e81fe851ac4da1abc08e6ec8e779c10.tar.gz |
Restoring authorship annotation for <nadya73@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yson/consumer.cpp')
-rw-r--r-- | library/cpp/yson/consumer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/yson/consumer.cpp b/library/cpp/yson/consumer.cpp index 40ae452978..f34f862dda 100644 --- a/library/cpp/yson/consumer.cpp +++ b/library/cpp/yson/consumer.cpp @@ -1,13 +1,13 @@ #include "consumer.h" -#include "string.h" +#include "string.h" #include "parser.h" namespace NYson { - + //////////////////////////////////////////////////////////////////////////////// - void TYsonConsumerBase::OnRaw(TStringBuf str, NYT::NYson::EYsonType type) { - ParseYsonStringBuffer(str, this, type); + void TYsonConsumerBase::OnRaw(TStringBuf str, NYT::NYson::EYsonType type) { + ParseYsonStringBuffer(str, this, type); } //////////////////////////////////////////////////////////////////////////////// |