diff --git a/rig-lancedb/src/utils/deserializer.rs b/rig-lancedb/src/utils/deserializer.rs index fd890280..7f9d1d7d 100644 --- a/rig-lancedb/src/utils/deserializer.rs +++ b/rig-lancedb/src/utils/deserializer.rs @@ -356,9 +356,9 @@ fn type_matcher(column: &Arc) -> Result, VectorStoreError> } } -/////////////////////////////////////////////////////////////////////////////////// -/// Everything below includes helpers for the recursive function `type_matcher`./// -/////////////////////////////////////////////////////////////////////////////////// +// ================================================================ +// Everything below includes helpers for the recursive function `type_matcher` +// ================================================================ /// Trait used to "deserialize" an arrow_array::Array as as list of primitive objects. trait DeserializePrimitiveArray {