diff options
author | alex-ersh <alex-ersh@yandex-team.ru> | 2022-02-10 16:49:23 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:23 +0300 |
commit | d8471797044beeb73c43091394121ac38ffe75ed (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp | |
parent | 13802e48af643e7512dfc04600ced076658ec41b (diff) | |
download | ydb-d8471797044beeb73c43091394121ac38ffe75ed.tar.gz |
Restoring authorship annotation for <alex-ersh@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/yson/lexer_detail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yson/lexer_detail.h b/library/cpp/yson/lexer_detail.h index c13d10f769..0bba30acdd 100644 --- a/library/cpp/yson/lexer_detail.h +++ b/library/cpp/yson/lexer_detail.h @@ -30,7 +30,7 @@ namespace NYson { // None = 10111b // Percent = 11011b - enum EReadStartCase : unsigned { + enum EReadStartCase : unsigned { BinaryString = 0, // = 00b OtherSpecialToken = 2, // = 10b |