Skip to content

Commit 72df581

Browse files
committed
fmt
1 parent be2ace7 commit 72df581

File tree

3 files changed

+2752
-2692
lines changed

3 files changed

+2752
-2692
lines changed

datafusion-common/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pub use column::Column;
2424
pub use dfschema::{DFField, DFSchema, DFSchemaRef, ExprSchema, ToDFSchema};
2525
pub use error::{DataFusionError, Result};
2626
pub use scalar::{
27-
ScalarType, ScalarValue, MAX_PRECISION_FOR_DECIMAL128, MAX_SCALE_FOR_DECIMAL128,
27+
ScalarType, ScalarValue, MAX_PRECISION_FOR_DECIMAL128, MAX_SCALE_FOR_DECIMAL128,
2828
};

0 commit comments

Comments
 (0)