Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
cargo fmt (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Sep 26, 2021
1 parent 235b7f5 commit 39caeb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion benches/hash_kernel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ fn add_benchmark(c: &mut Criterion) {

criterion_group!(benches, add_benchmark);
criterion_main!(benches);

10 changes: 9 additions & 1 deletion src/io/parquet/read/schema/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,15 @@ mod tests {
.collect::<Vec<_>>();
assert_eq!(
names,
vec!["int64", "float64", "string", "bool", "date", "uint32", "string_large"]
vec![
"int64",
"float64",
"string",
"bool",
"date",
"uint32",
"string_large"
]
);
Ok(())
}
Expand Down

0 comments on commit 39caeb3

Please sign in to comment.