From d570836295decdb827b4f95d75ebf2d8d9232b9b Mon Sep 17 00:00:00 2001 From: bulatman Date: Sat, 10 Jun 2023 13:55:11 +0300 Subject: Remove extra semicolon (library) --- library/cpp/threading/equeue/equeue_ut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/threading/equeue') diff --git a/library/cpp/threading/equeue/equeue_ut.cpp b/library/cpp/threading/equeue/equeue_ut.cpp index 9cf2aced44e..8557f63ac06 100644 --- a/library/cpp/threading/equeue/equeue_ut.cpp +++ b/library/cpp/threading/equeue/equeue_ut.cpp @@ -74,7 +74,7 @@ Y_UNIT_TEST_SUITE(TElasticQueueTest) { struct TJob: public IObjectInQueue { void Process(void*) override { AtomicIncrement(Counters.Processed); - }; + } }; static TJob Job; -- cgit v1.3