diff options
author | manokk <manokk@yandex-team.ru> | 2022-02-10 16:49:22 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:22 +0300 |
commit | 54dea0395d0e645df950ae47a20659616fa12a71 (patch) | |
tree | 1f18db7c7bef1fb85b0640423fdb1cb7100e455e /library/cpp/scheme | |
parent | 89516f2fd8e143755ba2973385407d77676b18a0 (diff) | |
download | ydb-54dea0395d0e645df950ae47a20659616fa12a71.tar.gz |
Restoring authorship annotation for <manokk@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/scheme')
-rw-r--r-- | library/cpp/scheme/domscheme_traits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/scheme/domscheme_traits.h b/library/cpp/scheme/domscheme_traits.h index a11c4dd444..994588b13f 100644 --- a/library/cpp/scheme/domscheme_traits.h +++ b/library/cpp/scheme/domscheme_traits.h @@ -168,7 +168,7 @@ struct TSchemeTraits { INTEGER_OPS(ui8, true) INTEGER_OPS(ui16, true) INTEGER_OPS(ui32, true) - INTEGER_OPS_EX(ui64, 0, (i64)(Max<i64>() >> 1), true) + INTEGER_OPS_EX(ui64, 0, (i64)(Max<i64>() >> 1), true) #undef INTEGER_OPS #undef INTEGER_OPS_EX |