Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Nov 23, 2024
1 parent 7dafc6f commit 7d4b3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/expr/src/logical_plan/ddl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ use crate::expr::Sort;
use arrow::datatypes::DataType;
use datafusion_common::tree_node::{Transformed, TreeNodeContainer, TreeNodeRecursion};
use datafusion_common::{
schema_err, Column, Constraints, DFSchema, DFSchemaRef, Result,
SchemaError, SchemaReference, TableReference,
schema_err, Column, Constraints, DFSchema, DFSchemaRef, Result, SchemaError,
SchemaReference, TableReference,
};
use sqlparser::ast::Ident;

Expand Down

0 comments on commit 7d4b3e7

Please sign in to comment.