Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update primitives/core/src/offchain/storage.rs
Co-Authored-By: Kian Paimani <[email protected]>
  • Loading branch information
drahnr and kianenigma authored Apr 22, 2020
commit 64a5dac11f216f8bd02a984579c83129dd33aaaf
2 changes: 1 addition & 1 deletion primitives/core/src/offchain/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ use std::collections::hash_map;

/// Iterate by reference over the prepared offchain worker storage changes.
pub struct OffchainOverlayedChangesIter<'i> {
inner: Option<hash_map::Iter<'i,Vec<u8>,OffchainOverlayedChange>>,
inner: Option<hash_map::Iter<'i, Vec<u8>, OffchainOverlayedChange>>,
}

impl<'i> Iterator for OffchainOverlayedChangesIter<'i> {
Expand Down