Skip to content

Commit 051f5d8

Browse files
committed
fmt
1 parent ee77b73 commit 051f5d8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

protocols/gossipsub/src/behaviour.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2992,7 +2992,10 @@ where
29922992
}
29932993

29942994
#[cfg(feature = "partial_messages")]
2995-
if self.partial_messages_extension.requests_partial(peer_id, topic) {
2995+
if self
2996+
.partial_messages_extension
2997+
.requests_partial(peer_id, topic)
2998+
{
29962999
continue;
29973000
}
29983001

0 commit comments

Comments
 (0)