From 980edcd3304699edf9d4e4d6a656e585028e2a72 Mon Sep 17 00:00:00 2001
From: leo <leo@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:46:40 +0300
Subject: Restoring authorship annotation for <leo@yandex-team.ru>. Commit 1 of
 2.

---
 library/cpp/coroutine/engine/coroutine_ut.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'library/cpp/coroutine/engine/coroutine_ut.cpp')

diff --git a/library/cpp/coroutine/engine/coroutine_ut.cpp b/library/cpp/coroutine/engine/coroutine_ut.cpp
index 8b372496a2..d03b157fdf 100644
--- a/library/cpp/coroutine/engine/coroutine_ut.cpp
+++ b/library/cpp/coroutine/engine/coroutine_ut.cpp
@@ -282,7 +282,7 @@ void TCoroTest::TestMutex() {
     TContExecutor e(32000);
     e.Execute(CoMutexTest);
     UNIT_ASSERT_EQUAL(res, "1212");
-    res.clear();
+    res.clear(); 
 }
 
 static TContMutex m1;
@@ -322,7 +322,7 @@ void TCoroTest::TestCondVar() {
     TContExecutor e(32000);
     e.Execute(CoCondVarTest);
     UNIT_ASSERT_EQUAL(res, "0^1234561^1234562^123456");
-    res.clear();
+    res.clear(); 
 }
 
 namespace NCoroTestJoin {
-- 
cgit v1.2.3