diff options
author | bulatman <bulatman@yandex-team.com> | 2023-06-12 15:39:10 +0300 |
---|---|---|
committer | bulatman <bulatman@yandex-team.com> | 2023-06-12 15:39:10 +0300 |
commit | 7c5a27ccb26f24801b005c5093b128de084476eb (patch) | |
tree | 5415fc21b4fddc74e3ac4be7812e2fcf696866fd /util/generic/yexception_ut.cpp | |
parent | 3826e7e962dc4328f8683d0a753159098c40daf9 (diff) | |
download | ydb-7c5a27ccb26f24801b005c5093b128de084476eb.tar.gz |
Remove extra semicolon (util)
Diffstat (limited to 'util/generic/yexception_ut.cpp')
-rw-r--r-- | util/generic/yexception_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/yexception_ut.cpp b/util/generic/yexception_ut.cpp index 80754d313e..3c89a487db 100644 --- a/util/generic/yexception_ut.cpp +++ b/util/generic/yexception_ut.cpp @@ -106,7 +106,7 @@ private: } catch (...) { UNIT_ASSERT_C(false, "Unexpected exception type"); } - }; + } inline void TestEnsureWithBackTrace1() { try { |