aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/filemap_ut.cpp
diff options
context:
space:
mode:
authorbulatman <bulatman@yandex-team.com>2023-06-12 15:39:10 +0300
committerbulatman <bulatman@yandex-team.com>2023-06-12 15:39:10 +0300
commit7c5a27ccb26f24801b005c5093b128de084476eb (patch)
tree5415fc21b4fddc74e3ac4be7812e2fcf696866fd /util/system/filemap_ut.cpp
parent3826e7e962dc4328f8683d0a753159098c40daf9 (diff)
downloadydb-7c5a27ccb26f24801b005c5093b128de084476eb.tar.gz
Remove extra semicolon (util)
Diffstat (limited to 'util/system/filemap_ut.cpp')
-rw-r--r--util/system/filemap_ut.cpp2
1 files changed, 1 insertions, 1 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_);
}
-};
+}