Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: siyuan0322 <[email protected]>
  • Loading branch information
siyuan0322 committed Oct 14, 2024
1 parent ca4343f commit ada8f1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/io/io/i_io_adaptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ class IIOAdaptor {
return Status::OK();
}

virtual Status ReadTable(std::function<void(std::shared_ptr<arrow::RecordBatch>)> callback) {
virtual Status ReadTable(
std::function<void(std::shared_ptr<arrow::RecordBatch>)> callback) {
return Status::OK();
}

Expand Down

0 comments on commit ada8f1f

Please sign in to comment.