Skip to content

Commit 7878cd0

Browse files
committed
snoooooze, fmt
1 parent bf44e9b commit 7878cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/core/tests/user_defined/user_defined_custom_operators.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
use std::sync::Arc;
1918
use arrow_array::RecordBatch;
19+
use std::sync::Arc;
2020

2121
use datafusion::arrow::datatypes::DataType;
2222
use datafusion::common::config::ConfigOptions;
2323
use datafusion::common::tree_node::Transformed;
24-
use datafusion::common::{DFSchema, assert_batches_eq};
24+
use datafusion::common::{assert_batches_eq, DFSchema};
2525
use datafusion::error::Result;
2626
use datafusion::execution::FunctionRegistry;
2727
use datafusion::logical_expr::expr_rewriter::FunctionRewrite;

0 commit comments

Comments
 (0)