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 | 122c87ebe5797d52f1800afb02c87f751135d0a4 (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /library/cpp/yson/node/node.h | |
parent | 3649e6106e994e7f969877e4b10207d3556454b2 (diff) | |
download | ydb-122c87ebe5797d52f1800afb02c87f751135d0a4.tar.gz |
Restoring authorship annotation for <insight@yandex-team.ru>. Commit 2 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 c51f177e97..5f90f95df0 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 |