Skip to content

Commit 2156b81

Browse files
committed
Format
1 parent 19ce24b commit 2156b81

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • datafusion/functions/benches

datafusion/functions/benches/pad.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ use arrow::array::{
2020
StringViewBuilder,
2121
};
2222
use arrow::datatypes::{DataType, Field, Int64Type};
23-
use arrow::util::bench_util::{create_primitive_list_array_with_seed, create_string_array_with_len, create_string_view_array_with_len};
23+
use arrow::util::bench_util::{
24+
create_primitive_list_array_with_seed, create_string_array_with_len,
25+
create_string_view_array_with_len,
26+
};
2427
use criterion::{Criterion, SamplingMode, criterion_group, criterion_main};
2528
use datafusion_common::ScalarValue;
2629
use datafusion_common::config::ConfigOptions;

0 commit comments

Comments
 (0)