aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yson/consumer.h
diff options
context:
space:
mode:
authornadya73 <nadya73@yandex-team.ru>2022-02-10 16:49:18 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:18 +0300
commit883d905c560ebed4b7f38d021b424d75c4521a6f (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yson/consumer.h
parentb6e35c760e81fe851ac4da1abc08e6ec8e779c10 (diff)
downloadydb-883d905c560ebed4b7f38d021b424d75c4521a6f.tar.gz
Restoring authorship annotation for <nadya73@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yson/consumer.h')
-rw-r--r--library/cpp/yson/consumer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/yson/consumer.h b/library/cpp/yson/consumer.h
index 6e37b0eb4e..d5a9d66335 100644
--- a/library/cpp/yson/consumer.h
+++ b/library/cpp/yson/consumer.h
@@ -1,13 +1,13 @@
#pragma once
-#include <library/cpp/yt/yson/consumer.h>
+#include <library/cpp/yt/yson/consumer.h>
#include <util/generic/strbuf.h>
#include <util/system/defaults.h>
namespace NYson {
struct TYsonConsumerBase
- : public virtual NYT::NYson::IYsonConsumer {
- void OnRaw(TStringBuf ysonNode, NYT::NYson::EYsonType type) override;
+ : public virtual NYT::NYson::IYsonConsumer {
+ void OnRaw(TStringBuf ysonNode, NYT::NYson::EYsonType type) override;
};
} // namespace NYson