diff options
author | bulatman <bulatman@yandex-team.com> | 2023-05-16 12:04:37 +0300 |
---|---|---|
committer | bulatman <bulatman@yandex-team.com> | 2023-05-16 12:04:37 +0300 |
commit | 6d5e6dcc4c61046cc83599d4789a92f7bdc4b223 (patch) | |
tree | cb12a3182f117fd8d0a65e285bde357fe22157ec /library/cpp/yt/string/unittests/enum_ut.cpp | |
parent | b0758245d516b1c90e1af1aa867d7886d46693a6 (diff) | |
download | ydb-6d5e6dcc4c61046cc83599d4789a92f7bdc4b223.tar.gz |
Remove extra semicolons in yt
Diffstat (limited to 'library/cpp/yt/string/unittests/enum_ut.cpp')
-rw-r--r-- | library/cpp/yt/string/unittests/enum_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/string/unittests/enum_ut.cpp b/library/cpp/yt/string/unittests/enum_ut.cpp index b8076fd8ee..fed6d6eb21 100644 --- a/library/cpp/yt/string/unittests/enum_ut.cpp +++ b/library/cpp/yt/string/unittests/enum_ut.cpp @@ -27,7 +27,7 @@ DEFINE_BIT_ENUM(ELangs, ((Rust) (0x04)) ((Python) (0x08)) ((JavaScript) (0x10)) -) +); TEST(TFormatTest, Enum) { |