Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
Signed-off-by: Marijn Valk <marijncv@hotmail.com>
  • Loading branch information
marijncv committed Feb 26, 2023
1 parent 084b541 commit 4b778cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/src/writer/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ mod tests {
};

#[test]

fn test_stringified_partition_value() {
let reference_pairs: Vec<(Arc<dyn Array>, Option<String>)> = vec![
(Arc::new(Int8Array::from(vec![None, Some(2)])), None),
Expand Down

0 comments on commit 4b778cc

Please sign in to comment.