Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhchchc committed Mar 5, 2025
1 parent a6d2ef4 commit 5934424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl<K, V> Cache<K, V> {
Err(poison_err) => {
self.inner.clear_poison();
poison_err.into_inner()
},
}
};
// It is possible that the item is added to the cache before we get the write lock.
// Therefore, we need to check the cache again.
Expand Down

0 comments on commit 5934424

Please sign in to comment.