Skip to content

Commit 1f7c612

Browse files
committed
fmt
1 parent 8cab019 commit 1f7c612

File tree

1 file changed

+1
-1
lines changed
  • beacon_node/network/src/subnet_service

1 file changed

+1
-1
lines changed

beacon_node/network/src/subnet_service/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ impl<T: BeaconChainTypes> Stream for SubnetService<T> {
636636
match self.scheduled_subscriptions.poll_next_unpin(cx) {
637637
Poll::Ready(Some(Ok(exact_subnet))) => {
638638
let ExactSubnet { subnet, slot } = exact_subnet;
639-
// Set the `end_slot` for the subscription to be `duty.slot + 1` so that we unsubscribe
639+
// Set the `end_slot` for the subscription to be `duty.slot + 1` so that we unsubscribe
640640
// only at the end of the duty slot.
641641
if let Err(e) = self.subscribe_to_subnet_immediately(subnet, slot + 1) {
642642
debug!(self.log, "Failed to subscribe to short lived subnet"; "subnet" => ?subnet, "err" => e);

0 commit comments

Comments
 (0)