Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Aug 5, 2024
1 parent e3eb80f commit 0c4df2e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ where
)
})?
.map_err(DataFusionError::from)?;
let state_values = state_values
.with_data_type(self.data_type.clone());
let state_values = state_values.with_data_type(self.data_type.clone());

Ok(vec![Arc::new(state_values)])
}
Expand Down

0 comments on commit 0c4df2e

Please sign in to comment.