Skip to content

Commit 12e9d3c

Browse files
committed
fixing some rust formatting issues
1 parent 4689ad9 commit 12e9d3c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/base/spec.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,13 @@ impl VectorIndexMethod {
417417
}
418418

419419
pub fn is_default(&self) -> bool {
420-
matches!(self, Self::Hnsw { m: None, ef_construction: None })
420+
matches!(
421+
self,
422+
Self::Hnsw {
423+
m: None,
424+
ef_construction: None,
425+
}
426+
)
421427
}
422428
}
423429

0 commit comments

Comments
 (0)