Skip to content

Commit a0800b5

Browse files
dgolearblinkov
authored andcommitted
Style
commit_hash:f16e1675f29e70b0d911db64420f1cff65e6ec0e
1 parent 00315d9 commit a0800b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yt/yt/client/api/rpc_proxy/row_batch_reader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const TNameTablePtr& TRowBatchReader::GetNameTable() const
9797
TFuture<TSharedRange<TUnversionedRow>> TRowBatchReader::GetRows()
9898
{
9999
return Underlying_->Read()
100-
.Apply(BIND([this, weakThis = MakeWeak(this)](const TSharedRef& block) {
100+
.Apply(BIND([this, weakThis = MakeWeak(this)] (const TSharedRef& block) {
101101
auto this_ = weakThis.Lock();
102102
if (!this_) {
103103
THROW_ERROR_EXCEPTION(NYT::EErrorCode::Canceled, "Reader destroyed");

0 commit comments

Comments
 (0)