Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
conradludgate committed May 18, 2024
1 parent 00b8266 commit 6816881
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions parquet_derive/src/parquet_field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1153,10 +1153,7 @@ mod test {

let fields = extract_fields(snippet);
let converted_fields: Vec<_> = fields.iter().map(Type::from).collect();
let lengths: Vec<_> = converted_fields
.iter()
.map(|ty| ty.length())
.collect();
let lengths: Vec<_> = converted_fields.iter().map(|ty| ty.length()).collect();

assert_eq!(
lengths,
Expand Down

0 comments on commit 6816881

Please sign in to comment.