Skip to content

Commit bae9af5

Browse files
committed
chore: fmt
1 parent f27aad4 commit bae9af5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

crates/net/p2p/src/gossipsub/handler.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ pub async fn publish_attestation(server: &mut P2PServer, attestation: SignedAtte
148148
// NoPeersSubscribedToTopic. Use best-effort to suppress the expected warning;
149149
// the aggregator already self-delivered its attestation locally.
150150
if server.is_aggregator {
151-
server.swarm_handle.publish_ignore_no_peers(topic, compressed);
151+
server
152+
.swarm_handle
153+
.publish_ignore_no_peers(topic, compressed);
152154
} else {
153155
server.swarm_handle.publish(topic, compressed);
154156
}

0 commit comments

Comments
 (0)