Skip to content

Commit 4868c33

Browse files
sanityclaude
andcommitted
Fix cargo fmt formatting
Apply cargo fmt to p2p_impl.rs for consistent code formatting. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent a611c62 commit 4868c33

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

crates/core/src/node/p2p_impl.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,10 @@ impl NodeP2P {
292292
.boxed();
293293

294294
// Spawn the periodic batch announcement task for proximity cache
295-
proximity_cache
296-
.clone()
297-
.spawn_periodic_batch_announcements(notification_tx_clone.clone(), Arc::downgrade(&op_manager));
295+
proximity_cache.clone().spawn_periodic_batch_announcements(
296+
notification_tx_clone.clone(),
297+
Arc::downgrade(&op_manager),
298+
);
298299

299300
// Spawn the startup batch flusher to send batched announcements after grace period
300301
proximity_cache

0 commit comments

Comments
 (0)