aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-11-08 19:15:53 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-11-08 19:24:50 +0300
commit29bd656ff6c7a9260405dc556cf9b56765f16eb4 (patch)
tree6c60517eb9b246f43a970d0c05b706c22ba9e0e5
parentfc482196ab3087b03f789bd5292c0f2c5ac0613a (diff)
downloadydb-29bd656ff6c7a9260405dc556cf9b56765f16eb4.tar.gz
Intermediate changes
commit_hash:f9919e12f1ad5fc8cec36ba2d5a434245af7d92b
-rw-r--r--yt/yt/core/actions/unittests/future_ut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/actions/unittests/future_ut.cpp b/yt/yt/core/actions/unittests/future_ut.cpp
index 158cb3be5b..4c7e5c8a51 100644
--- a/yt/yt/core/actions/unittests/future_ut.cpp
+++ b/yt/yt/core/actions/unittests/future_ut.cpp
@@ -591,7 +591,7 @@ TEST_F(TFutureTest, ApplyVoidToFutureInt)
::TThread thread(&AsynchronousIntSetter, &setter);
auto source = kicker.ToFuture();
- auto target = source
+ auto target = source
.Apply(BIND([&] () -> TFuture<int> {
++state;
thread.Start();