diff options
author | hippskill <hippskill@yandex-team.ru> | 2022-02-10 16:50:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:12 +0300 |
commit | bd077d09a08e659195376ee97dc24728bb554246 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yson_pull/range.h | |
parent | 6362c4a2681cc317ffd22633d773f02de0d13697 (diff) | |
download | ydb-bd077d09a08e659195376ee97dc24728bb554246.tar.gz |
Restoring authorship annotation for <hippskill@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yson_pull/range.h')
-rw-r--r-- | library/cpp/yson_pull/range.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/yson_pull/range.h b/library/cpp/yson_pull/range.h index b5d6a5be3b..f4fcf3f206 100644 --- a/library/cpp/yson_pull/range.h +++ b/library/cpp/yson_pull/range.h @@ -16,11 +16,11 @@ namespace NYsonPull { { } - const TEvent* Last() const noexcept { + const TEvent* Last() const noexcept { return &Reader_.LastEvent(); } - const TEvent* Next() { + const TEvent* Next() { if (Y_UNLIKELY(AtEnd)) { return nullptr; } |