diff options
author | a-sidorin <a-sidorin@yandex-team.ru> | 2022-02-10 16:50:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:02 +0300 |
commit | 9473a88c91129dfe21343af486bebb93a0b33291 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/scheme/domscheme_traits.h | |
parent | 4ffc252d74adad4b93762976940ef53012cb98df (diff) | |
download | ydb-9473a88c91129dfe21343af486bebb93a0b33291.tar.gz |
Restoring authorship annotation for <a-sidorin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/scheme/domscheme_traits.h')
-rw-r--r-- | library/cpp/scheme/domscheme_traits.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/scheme/domscheme_traits.h b/library/cpp/scheme/domscheme_traits.h index c8d17a38e2..a11c4dd444 100644 --- a/library/cpp/scheme/domscheme_traits.h +++ b/library/cpp/scheme/domscheme_traits.h @@ -52,7 +52,7 @@ struct TSchemeTraits { } static inline void ArrayClear(TValueRef v) { - v->SetArray(); + v->SetArray(); v->ClearArray(); } @@ -84,7 +84,7 @@ struct TSchemeTraits { } static inline void DictClear(TValueRef v) { - v->SetDict(); + v->SetDict(); v->ClearDict(); } |