Skip to content

Commit 1b23062

Browse files
committed
cargo fmt
1 parent 0f1ba57 commit 1b23062

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

connectorx/src/arrow_batch_iter.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ impl<'a, S, TP> RecordBatchIterator for ArrowBatchIter<S, TP>
163163
where
164164
S: Source + 'a,
165165
TP: Transport<
166-
TSS = S::TypeSystem,
167-
TSD = ArrowStreamTypeSystem,
168-
S = S,
169-
D = ArrowStreamDestination,
170-
>+ std::marker::Send,
166+
TSS = S::TypeSystem,
167+
TSD = ArrowStreamTypeSystem,
168+
S = S,
169+
D = ArrowStreamDestination,
170+
> + std::marker::Send,
171171
{
172172
fn get_schema(&self) -> (RecordBatch, &[String]) {
173173
(self.dst.empty_batch(), self.dst.names())

0 commit comments

Comments
 (0)