Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Test fix, format
Browse files Browse the repository at this point in the history
  • Loading branch information
jondo2010 committed Dec 1, 2022
1 parent fe2d288 commit 9106355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub fn get_value_display<'a, F: Write + 'a>(
Union => Box::new(move |f, index| {
super::union::fmt::write_value(array.as_any().downcast_ref().unwrap(), index, null, f)
}),
Map => Box::new(move |f, index|{
Map => Box::new(move |f, index| {
super::map::fmt::write_value(array.as_any().downcast_ref().unwrap(), index, null, f)
}),
Dictionary(key_type) => match_integer_type!(key_type, |$T| {
Expand Down

0 comments on commit 9106355

Please sign in to comment.