Skip to content

Commit

Permalink
style: Remove unnecessary empty line in constructor function
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Apr 26, 2024
1 parent a3aabb7 commit 2c451a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ type TraceGossipSubBeaconBlock struct {
}

func NewTraceGossipSubBeaconBlock(log logrus.FieldLogger, event *xatu.DecoratedEvent) *TraceGossipSubBeaconBlock {

return &TraceGossipSubBeaconBlock{
log: log.WithField("event", TraceGossipSubBeaconBlockType),
event: event,
Expand Down

0 comments on commit 2c451a0

Please sign in to comment.