Skip to content

Commit

Permalink
happy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 26, 2022
1 parent dc5db66 commit e646c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/kad/src/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ where
KademliaEvent::OutboundQueryProgressed {
id,
result: QueryResult::GetProviders(Ok(GetProvidersOk {
key: key.clone(),
key,
providers_so_far: providers.len(),
providers,
closest_peers: Default::default(),
Expand Down Expand Up @@ -2134,7 +2134,7 @@ where
key: key.clone(),
providers,
providers_so_far: *providers_found,
closest_peers: closest_peers.clone(),
closest_peers,
})),
index: Index {
count: *count,
Expand Down

0 comments on commit e646c48

Please sign in to comment.