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 | 13802e48af643e7512dfc04600ced076658ec41b (patch) | |
tree | e3540b1aa10d1795a1f5ccf3d486bf78879b3a9f /library | |
parent | 296627beeba9eb1fbc3cc1ff3dbae3ff192fb2a8 (diff) | |
download | ydb-13802e48af643e7512dfc04600ced076658ec41b.tar.gz |
Restoring authorship annotation for <alex-ersh@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library')
-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 0bba30acdd..c13d10f769 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 |