Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nevi-me committed Feb 24, 2019
1 parent 2a389a3 commit 6422e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/arrow/src/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ mod tests {
let values: Vec<&[u8]> = vec![
&[b'h', b'e', b'l', b'l', b'o'],
&[],
&[ b'p', b'a', b'r', b'q', b'u', b'e', b't']
&[b'p', b'a', b'r', b'q', b'u', b'e', b't'],
];

// Array data: ["hello", "", "parquet"]
Expand Down

0 comments on commit 6422e18

Please sign in to comment.