Skip to content

Commit

Permalink
Issue apache#1902: Fix formatting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Jun 17, 2022
1 parent 2378d1a commit f6d1160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arrow/examples/dynamic_types.rs
Expand Up @@ -105,7 +105,8 @@ fn process(batch: &RecordBatch) {
id.clone(), // NOTE: this is cloning the Arc not the array data
Arc::new(Float64Array::from(nested_c.data().clone())),
],
).unwrap();
)
.unwrap();

#[cfg(feature = "prettyprint")]
{
Expand Down

0 comments on commit f6d1160

Please sign in to comment.