Skip to content

Commit

Permalink
fix(events_single_attestation.go): remove empty line in getData method
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Mar 5, 2025
1 parent 77096ed commit 98ee182
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func (e *EventsSingleAttestation) AttestationData() *phase0.AttestationData {
}

func (e *EventsSingleAttestation) getData() (*xatuethv1.AttestationV2, error) {

attestation := e.event
if attestation == nil {
return nil, fmt.Errorf("electra attestation is nil")
Expand Down

0 comments on commit 98ee182

Please sign in to comment.