diff options
author | insight <insight@yandex-team.ru> | 2022-02-10 16:46:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:59 +0300 |
commit | 3649e6106e994e7f969877e4b10207d3556454b2 (patch) | |
tree | 85a83202be3b025c776e8de41d80135483e7300f /library/cpp/yson/node/node.h | |
parent | 55fa8c7df8dba9a6fda8a807e529a9d04bd88580 (diff) | |
download | ydb-3649e6106e994e7f969877e4b10207d3556454b2.tar.gz |
Restoring authorship annotation for <insight@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yson/node/node.h')
-rw-r--r-- | library/cpp/yson/node/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yson/node/node.h b/library/cpp/yson/node/node.h index 5f90f95df07..c51f177e975 100644 --- a/library/cpp/yson/node/node.h +++ b/library/cpp/yson/node/node.h @@ -202,7 +202,7 @@ public: const TNode& operator[](const TStringBuf key) const; TNode& operator[](const TStringBuf key); - const TNode& At(const TStringBuf key) const; + const TNode& At(const TStringBuf key) const; TNode& At(const TStringBuf key); // map getters |