mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 17:51:35 +00:00
*: Activate clippy::style
lint group (#2620)
This commit is contained in:
@ -860,7 +860,7 @@ impl PeerScore {
|
||||
//should always be true
|
||||
let window_time = validated_time
|
||||
.checked_add(topic_params.mesh_message_deliveries_window)
|
||||
.unwrap_or_else(|| *now);
|
||||
.unwrap_or(*now);
|
||||
if now > &window_time {
|
||||
falls_in_mesh_deliver_window = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user