Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <[email protected]>
  • Loading branch information
jayzhan211 committed Nov 18, 2023
1 parent bef9c78 commit 42b8939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/common/src/scalar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2894,7 +2894,7 @@ impl fmt::Display for ScalarValue {
// TODO: Remove NullArray
// There are NullArray(0) currently, so we need to check the length
if arr.len() == 0 {
write!(f, "[]")?
write!(f, "[]")?
} else {
let options = FormatOptions::default().with_display_error(true);
// TODO: No way to map to fmt::Error yet
Expand Down

0 comments on commit 42b8939

Please sign in to comment.