From 6422e180a0f095e391928c654a8eced27c369a5c Mon Sep 17 00:00:00 2001 From: Neville Dipale Date: Sun, 24 Feb 2019 19:13:12 +0200 Subject: [PATCH] cargo fmt --- rust/arrow/src/array.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/arrow/src/array.rs b/rust/arrow/src/array.rs index 4f010fba3a8df..800052a786508 100644 --- a/rust/arrow/src/array.rs +++ b/rust/arrow/src/array.rs @@ -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"]