diff options
| author | osidorkin <[email protected]> | 2025-08-14 11:02:49 +0300 |
|---|---|---|
| committer | osidorkin <[email protected]> | 2025-08-14 11:39:15 +0300 |
| commit | 491a3d707dcdb960c48b673a67f0bd88fc2bb87d (patch) | |
| tree | 3197e8a6e397492501b96cd67ac3385ad0023a0f | |
| parent | f132db24bdf6dc23b539c87283d4c32d0bc4154b (diff) | |
Trivial: extra space
commit_hash:5bdd64842c2ec635c7224d6b41066c6a46a96efc
| -rw-r--r-- | yt/yt/core/actions/future.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/actions/future.cpp b/yt/yt/core/actions/future.cpp index 6343d9de417..c1d1da42a4f 100644 --- a/yt/yt/core/actions/future.cpp +++ b/yt/yt/core/actions/future.cpp @@ -189,7 +189,7 @@ void TFutureState<void>::WaitUntilSet() const auto guard = Guard(SpinLock_); InstallAbandonedError(); if (Set_) { - return ; + return; } if (!ReadyEvent_) { ReadyEvent_ = std::make_unique<NThreading::TEvent>(); |
