Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alenmestrov committed Dec 18, 2024
1 parent 5d26a65 commit 99fed53
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ impl Method<Near> for ContextStorageEntriesRequest {
// Convert to ContextStorageEntry
Ok(entries
.into_iter()
.map(|(key, value)| ContextStorageEntry {
key,
value
})
.map(|(key, value)| ContextStorageEntry { key, value })
.collect())
}
}
Expand Down

0 comments on commit 99fed53

Please sign in to comment.