Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamazon committed Jul 28, 2024
1 parent 26d2e45 commit 017d6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/src/cluster_async/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ where
Some(ResponsePolicy::CombineMaps) => {
future::try_join_all(receivers.into_iter().map(get_receiver))
.await
.and_then(|results| crate::cluster_routing::combine_map_results(results))
.and_then(crate::cluster_routing::combine_map_results)
}
Some(ResponsePolicy::Special) | None => {
// This is our assumption - if there's no coherent way to aggregate the responses, we just map each response to the sender, and pass it to the user.
Expand Down

0 comments on commit 017d6cf

Please sign in to comment.