From 38b4bd28ca420294f532ac7ca6b2770d60e3dfd0 Mon Sep 17 00:00:00 2001 From: timestep Date: Thu, 10 Feb 2022 16:49:17 +0300 Subject: Restoring authorship annotation for . Commit 1 of 2. --- 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..f80cef8646c 100644 --- a/library/cpp/threading/equeue/equeue_ut.cpp +++ b/library/cpp/threading/equeue/equeue_ut.cpp @@ -15,7 +15,7 @@ Y_UNIT_TEST_SUITE(TElasticQueueTest) { struct TQueueSetup { TQueueSetup() { - Queue.Reset(new TElasticQueue(MakeHolder())); + Queue.Reset(new TElasticQueue(MakeHolder())); Queue->Start(ThreadCount, MaxQueueSize); } ~TQueueSetup() { -- cgit v1.3