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/system | |
parent | 3826e7e962dc4328f8683d0a753159098c40daf9 (diff) | |
download | ydb-7c5a27ccb26f24801b005c5093b128de084476eb.tar.gz |
Remove extra semicolon (util)
Diffstat (limited to 'util/system')
-rw-r--r-- | util/system/filemap_ut.cpp | 2 | ||||
-rw-r--r-- | util/system/hostname_ut.cpp | 2 | ||||
-rw-r--r-- | util/system/thread_ut.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/util/system/filemap_ut.cpp b/util/system/filemap_ut.cpp index 73f109dc880..1305e34995b 100644 --- a/util/system/filemap_ut.cpp +++ b/util/system/filemap_ut.cpp @@ -356,4 +356,4 @@ Y_UNIT_TEST_SUITE(TFileMapTest) { } NFs::Remove(FileName_); } -}; +} diff --git a/util/system/hostname_ut.cpp b/util/system/hostname_ut.cpp index fb1cb7dde40..7e0da106b6e 100644 --- a/util/system/hostname_ut.cpp +++ b/util/system/hostname_ut.cpp @@ -22,4 +22,4 @@ Y_UNIT_TEST_SUITE(THostNameTest) { throw; } } -}; +} diff --git a/util/system/thread_ut.cpp b/util/system/thread_ut.cpp index d820898fd56..24eeee5016d 100644 --- a/util/system/thread_ut.cpp +++ b/util/system/thread_ut.cpp @@ -226,4 +226,4 @@ Y_UNIT_TEST_SUITE(TSysThreadTest) { UNIT_ASSERT_VALUES_EQUAL(thread.Join(), nullptr); UNIT_ASSERT(flag); } -}; +} |