Skip to content

Commit

Permalink
Refactor: run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Jun 13, 2024
1 parent c904baa commit 1b1dea4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rust/storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,7 @@ impl Retriever for DefaultDispatcher {
let scope = scope.clone();
let scope2 = scope.clone();
v.into_iter()
.filter(move |v| {
scope.for_field(v)
})
.filter(move |v| scope.for_field(v))
.map(move |v| {
(
match &scope2 {
Expand Down

0 comments on commit 1b1dea4

Please sign in to comment.