Skip to content

Commit 0b6a2c9

Browse files
committed
Fix issue
Fix issue commit_hash:b0190c0b56d0be237ab4b54a94574adc607f0965
1 parent 9c17f2c commit 0b6a2c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ TFuture<TSharedRange<TUnversionedRow>> TRowBatchReader::GetRows()
139139
}
140140

141141
void TRowBatchReader::ApplyStatistics(const NProto::TRowsetStatistics& /*statistics*/)
142-
{
143-
}
142+
{ }
144143

145144
////////////////////////////////////////////////////////////////////////////////
146145

0 commit comments

Comments
 (0)