Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
rkapka committed Mar 7, 2024
1 parent e03459f commit 818d075
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validator/client/beacon-api/subscribe_committee_subnets.go
Expand Up @@ -22,7 +22,6 @@ func (c beaconApiValidatorClient) subscribeCommitteeSubnets(ctx context.Context,

jsonCommitteeSubscriptions := make([]*structs.BeaconCommitteeSubscription, len(in.CommitteeIds))
for index := range in.CommitteeIds {

jsonCommitteeSubscriptions[index] = &structs.BeaconCommitteeSubscription{
CommitteeIndex: strconv.FormatUint(uint64(in.CommitteeIds[index]), 10),
CommitteesAtSlot: strconv.FormatUint(duties[index].CommitteesAtSlot, 10),
Expand Down

0 comments on commit 818d075

Please sign in to comment.