Skip to content

Commit

Permalink
Fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Nov 26, 2020
1 parent 68a1b85 commit 74d7747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/src/lazy/lazy_cell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ where
clear_spread_root_opt::<T, _>(root_key, || entry.value().into())
}
None => {
// the value is not yet in the cache. we need it in there
// The value is not yet in the cache. we need it in there
// though in order to properly clean up.
if <T as SpreadLayout>::REQUIRES_DEEP_CLEAN_UP {
// The inner cell needs to be cleared, no matter if it has
Expand Down

0 comments on commit 74d7747

Please sign in to comment.