aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkvk1920 <kvk1920@yandex-team.com>2025-01-27 16:59:54 +0300
committerkvk1920 <kvk1920@yandex-team.com>2025-01-27 17:27:40 +0300
commitedcfedc60aae21c05abac8edd88ba1ab3c90f77c (patch)
tree522325923e4fbf5775d847afeccab9b20dfdaa0e
parente2d26d7659a79587ca196960a1aada0e8ead920d (diff)
downloadydb-edcfedc60aae21c05abac8edd88ba1ab3c90f77c.tar.gz
Fix some of very important babenko issues
commit_hash:24ea8b7cbda5de86e37feb7addf01fec4c2e2848
-rw-r--r--yt/yt/core/actions/bind-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/actions/bind-inl.h b/yt/yt/core/actions/bind-inl.h
index 2204100343..2b7cde5013 100644
--- a/yt/yt/core/actions/bind-inl.h
+++ b/yt/yt/core/actions/bind-inl.h
@@ -537,7 +537,7 @@ public:
{
return NConcurrency::TPropagatingStorageGuard(Storage_
#ifdef YT_ENABLE_BIND_LOCATION_TRACKING
- , Location_
+ , Location_
#endif
);
}