prysmaticlabs / prysm

Non-idiomatic comment formatting GO-C4004
Style
Minor
5 occurrences in this check
put a space between // and comment text
 92}
 93
 94func (vs *Server) SubmitSignedAggregateSelectionProofElectra(ctx context.Context, electra *ethpb.SignedAggregateSubmitRequestElectra) (*ethpb.SignedAggregateSubmitResponse, error) {
 95	//TODO implement me 96	panic("implement me")
 97}
 98
put a space between // and comment text
 87}
 88
 89func (vs *Server) SubmitAggregateSelectionProofElectra(ctx context.Context, request *ethpb.AggregateSelectionRequest) (*ethpb.AggregateSelectionResponseElectra, error) {
 90	//TODO implement me 91	panic("implement me")
 92}
 93
put a space between // and comment text
 82}
 83
 84func (vs *Server) ProposeAttestationElectra(ctx context.Context, electra *ethpb.AttestationElectra) (*ethpb.AttestResponse, error) {
 85	//TODO implement me 86	panic("implement me")
 87}
 88
put a space between // and comment text
57}
58
59func (bs *Server) AttestationPoolElectra(ctx context.Context, request *ethpb.AttestationPoolRequest) (*ethpb.AttestationPoolResponseElectra, error) {
60	//TODO implement me61	panic("implement me")
62}
put a space between // and comment text
52}
53
54func (bs *Server) ListAttestationsElectra(ctx context.Context, request *ethpb.ListAttestationsRequest) (*ethpb.ListAttestationsResponseElectra, error) {
55	//TODO implement me56	panic("implement me")
57}
58