diff options
author | babenko <babenko@yandex-team.com> | 2023-11-17 00:45:07 +0300 |
---|---|---|
committer | babenko <babenko@yandex-team.com> | 2023-11-17 01:03:54 +0300 |
commit | e41b57c58ab010e277155bc6dcf13c56f26cb606 (patch) | |
tree | 344436d718791976611ecc9e2b765ba267f94415 /library/cpp/yt | |
parent | 7201b7c96dac23e1a7629851e66a48674cd27591 (diff) | |
download | ydb-e41b57c58ab010e277155bc6dcf13c56f26cb606.tar.gz |
Cosmetics
Diffstat (limited to 'library/cpp/yt')
-rw-r--r-- | library/cpp/yt/yson/consumer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/yson/consumer.h b/library/cpp/yt/yson/consumer.h index 8081f4fe9d..2081e1d9aa 100644 --- a/library/cpp/yt/yson/consumer.h +++ b/library/cpp/yt/yson/consumer.h @@ -31,7 +31,7 @@ struct IYsonConsumer /*! * \param value A scalar value. */ - virtual void OnUint64Scalar(ui64 scalar) = 0; + virtual void OnUint64Scalar(ui64 value) = 0; //! The current item is an FP scalar (IDoubleNode). /*! |