Skip to content

Commit e841c2b

Browse files
🤖 cargo-fmt auto-update
1 parent 3639ff0 commit e841c2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/internet_identity/src/migrations/sync_anchor_indices.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,10 @@ mod sync_anchor_indices_tests {
467467
.get(&pubkey_hash_10),
468468
None
469469
);
470-
assert_eq!(storage.lookup_anchor_with_passkey_pubkey_hash_memory.len(), 0);
470+
assert_eq!(
471+
storage.lookup_anchor_with_passkey_pubkey_hash_memory.len(),
472+
0
473+
);
471474

472475
// Run the migration. The bug was that with the old read+write approach, the migration
473476
// would see previous == current (both from stable_anchor_memory) and produce an empty

0 commit comments

Comments
 (0)