Skip to content

Commit b147e37

Browse files
committed
fix: formatting
1 parent ea41793 commit b147e37

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bin/portal-bridge/src/census/peers.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,7 @@ impl<W: Weight> Peers<W> {
123123
}
124124

125125
/// Selects peers to receive content.
126-
pub fn select_peers(
127-
&self,
128-
content_key: &impl OverlayContentKey,
129-
) -> Vec<PeerInfo> {
126+
pub fn select_peers(&self, content_key: &impl OverlayContentKey) -> Vec<PeerInfo> {
130127
self.selector
131128
.select_peers(content_key, self.read().peers.values())
132129
}

0 commit comments

Comments
 (0)