Skip to content

Commit

Permalink
Fix cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Tai Le Manh <[email protected]>
  • Loading branch information
tlm365 committed Aug 16, 2024
1 parent 1ea189e commit d95992a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/functions/src/string/repeat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ use std::any::Any;
use std::sync::Arc;

use arrow::array::{
ArrayRef, AsArray, GenericStringArray, GenericStringBuilder,
Int64Array, OffsetSizeTrait, StringViewArray,
ArrayRef, AsArray, GenericStringArray, GenericStringBuilder, Int64Array,
OffsetSizeTrait, StringViewArray,
};
use arrow::datatypes::DataType;
use arrow::datatypes::DataType::{Int64, LargeUtf8, Utf8, Utf8View};
Expand Down

0 comments on commit d95992a

Please sign in to comment.