Browse Source

Fix issue

Fix issue
commit_hash:b0190c0b56d0be237ab4b54a94574adc607f0965
apollo1321 4 months ago
parent
commit
0b6a2c94a6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      yt/yt/client/api/rpc_proxy/row_batch_reader.cpp

+ 1 - 2
yt/yt/client/api/rpc_proxy/row_batch_reader.cpp

@@ -139,8 +139,7 @@ TFuture<TSharedRange<TUnversionedRow>> TRowBatchReader::GetRows()
 }
 
 void TRowBatchReader::ApplyStatistics(const NProto::TRowsetStatistics& /*statistics*/)
-{
-}
+{ }
 
 ////////////////////////////////////////////////////////////////////////////////