diff options
author | vvshlyaga <vvshlyaga@yandex-team.com> | 2025-05-29 11:15:07 +0300 |
---|---|---|
committer | vvshlyaga <vvshlyaga@yandex-team.com> | 2025-05-29 11:32:36 +0300 |
commit | 96d71dfdb65cac7631b149a9d2d68c9b71c13f8a (patch) | |
tree | d69fc821b4e3509683236d3b27a61fefe23dac5b | |
parent | a84b062f1ebcbed4e1c70e9b5d2924f40558a0aa (diff) | |
download | ydb-96d71dfdb65cac7631b149a9d2d68c9b71c13f8a.tar.gz |
YT-24676: code style fixes
commit_hash:c93f35629ea1e769f91c81d1450609a90f4d067a
-rw-r--r-- | yt/yt/core/concurrency/throughput_throttler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/concurrency/throughput_throttler.cpp b/yt/yt/core/concurrency/throughput_throttler.cpp index ae550923861..1ecb63fe0ed 100644 --- a/yt/yt/core/concurrency/throughput_throttler.cpp +++ b/yt/yt/core/concurrency/throughput_throttler.cpp @@ -758,7 +758,7 @@ public: return true; } - // TODO: implement TryAcquireAvailable the same way as TryAcquire. + // TODO(vvshlyaga): implement TryAcquireAvailable the same way as TryAcquire. i64 TryAcquireAvailable(i64 /*amount*/) override { YT_ABORT(); |