Skip to content

Commit ed7baff

Browse files
authored
Update crates/common/src/slot_identifier.rs
1 parent 414e707 commit ed7baff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/common/src/slot_identifier.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,6 @@ impl SlotIdentifier {
865865
) -> Option<SlotInfo> {
866866
for storage in &self.storage_layout.storage {
867867
// Get the type information and base slot
868-
869868
let Some(storage_type) = self.storage_layout.types.get(&storage.storage_type) else {
870869
continue;
871870
};

0 commit comments

Comments
 (0)