Skip to content

Commit 991448d

Browse files
committed
style: cargo fmt (FIR-1051)
Signed-off-by: Troy Fortin <troy@firelock.io>
1 parent a7249e3 commit 991448d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

crates/kin-db/src/storage/snapshot.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,9 @@ impl SnapshotManager {
760760
// stale: clear out-of-date vectors and queue a clean rebuild.
761761
let should_load = metadata
762762
.as_ref()
763-
.map(|m| vector_metadata_matches_graph(m, canonical_root_hash, expected_embedder_identity))
763+
.map(|m| {
764+
vector_metadata_matches_graph(m, canonical_root_hash, expected_embedder_identity)
765+
})
764766
.unwrap_or(false);
765767

766768
if !should_load {

0 commit comments

Comments
 (0)