From a40170c6805bfdb91f1c0d43ac3f46fcb4ba91bc Mon Sep 17 00:00:00 2001 From: albertlockett Date: Tue, 2 Apr 2024 15:40:39 -0400 Subject: [PATCH] linter --- rust/lancedb/src/io/object_store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(())