Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jan 14, 2024
1 parent 1172821 commit f33670a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/blocks/standard/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ func (s *Service) beaconCommittee(ctx context.Context,
return nil, errors.Wrap(err, "failed to obtain beacon committees")
}

func (s *Service) dbBlobSidecar(_ context.Context,
func (*Service) dbBlobSidecar(_ context.Context,
blockRoot phase0.Root,
blobSidecar *deneb.BlobSidecar,
) *chaindb.BlobSidecar {
Expand Down

0 comments on commit f33670a

Please sign in to comment.