Skip to content

Commit 431ff9f

Browse files
committed
format
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 7258f3f commit 431ff9f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

vortex-layout/src/layouts/table.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,13 @@ mod tests {
376376
let stream = array.to_array_stream().sequenced(ptr);
377377
let session = new_session().with_tokio();
378378
strategy
379-
.write_stream(ArrayContext::empty().into(), segments, stream, eof, &session)
379+
.write_stream(
380+
ArrayContext::empty().into(),
381+
segments,
382+
stream,
383+
eof,
384+
&session,
385+
)
380386
.await
381387
}
382388

0 commit comments

Comments
 (0)