Skip to content

Commit 8ca7f69

Browse files
chore[vector]: run fmt (#5172)
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 415c40e commit 8ca7f69

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

vortex-vector/src/vector_mut.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ impl VectorMut {
6666
DType::Decimal(decimal_dtype, _) => {
6767
DecimalVectorMut::with_capacity(decimal_dtype, capacity).into()
6868
}
69-
DType::Utf8(_)
70-
| DType::Binary(_)
71-
| DType::List(..)
72-
| DType::Extension(_) => vortex_panic!("Unsupported dtype for VectorMut"),
69+
DType::Utf8(_) | DType::Binary(_) | DType::List(..) | DType::Extension(_) => {
70+
vortex_panic!("Unsupported dtype for VectorMut")
71+
}
7372
}
7473
}
7574
}

0 commit comments

Comments
 (0)