diff --git a/rust/lancedb/src/io/object_store.rs b/rust/lancedb/src/io/object_store.rs index 5664551d..d28493e6 100644 --- a/rust/lancedb/src/io/object_store.rs +++ b/rust/lancedb/src/io/object_store.rs @@ -101,7 +101,7 @@ impl std::fmt::Display for MirroringSecondaryCopy { fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { match self { Self::Copy => write!(f, "Copy"), - Self::SkipIfNotFound => write!(f, "SkipIfNotFound"), + Self::SkipIfNotFound => write!(f, "SkipIfNotFound"), }?; Ok(())