Skip to content

Commit ad11f26

Browse files
committed
Fmt
Signed-off-by: blaginin <dima@spiraldb.com>
1 parent 6c95e8d commit ad11f26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vortex-dtype/src/struct_.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,10 @@ mod test {
401401
merged.names(),
402402
&FieldNames::from_iter(["A".into(), "B".into(), "C".into()])
403403
);
404-
assert_eq!(merged.fields().collect_vec(), vec![child_a, child_b, child_c]);
404+
assert_eq!(
405+
merged.fields().collect_vec(),
406+
vec![child_a, child_b, child_c]
407+
);
405408

406409
let err = StructFields::merge(&sf1, &sf1).err().unwrap();
407410
assert!(err.to_string().contains("duplicate names"),);

0 commit comments

Comments
 (0)