Skip to content

Commit f48d3e1

Browse files
aheevadsharma
authored andcommitted
fix clang-format
1 parent 58f76e5 commit f48d3e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src_cpp/pyarrow/pyarrow_scan.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ static offset_t tableFunc(const TableFuncInput& input, TableFuncOutput& output)
112112
}
113113

114114
static double progressFunc(TableFuncSharedState* sharedState) {
115-
PyArrowTableScanSharedState* state = dynamic_cast_checked<PyArrowTableScanSharedState*>(sharedState);
115+
PyArrowTableScanSharedState* state =
116+
dynamic_cast_checked<PyArrowTableScanSharedState*>(sharedState);
116117
if (state->chunks.size() == 0) {
117118
return 0.0;
118119
}

0 commit comments

Comments
 (0)