Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Nov 6, 2024
1 parent 6c01d6c commit f9c5aeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/arrow/c/bridge_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5393,10 +5393,9 @@ TEST_F(TestAsyncDeviceArrayStreamRoundTrip, NullSchema) {
}

TEST_F(TestAsyncDeviceArrayStreamRoundTrip, PropagateError) {
std::shared_ptr<Device> device = std::make_shared<MyDevice>(1);
std::shared_ptr<Device> device = std::make_shared<MyDevice>(1);
auto orig_schema = arrow::schema({field("ints", int32())});


struct ArrowAsyncDeviceStreamHandler handler;
auto fut_gen = CreateAsyncDeviceStreamHandler(&handler, internal::GetCpuThreadPool(), 1,
TestDeviceArrayRoundtrip::DeviceMapper);
Expand Down

0 comments on commit f9c5aeb

Please sign in to comment.