mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-10 22:02:58 +00:00
linter
This commit is contained in:
@@ -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(())
|
||||
|
||||
Reference in New Issue
Block a user