Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed May 16, 2023
1 parent 900857f commit 545246b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimism/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func (e *OpL2EngineExtended) NodeInfo(ctx context.Context) (*gethp2p.NodeInfo, e
var output *gethp2p.NodeInfo
err := e.RPC().CallContext(ctx, &output, "admin_nodeInfo")
return output, err

}

func (e *OpL2EngineExtended) Peers(ctx context.Context) (*gethp2p.PeerInfo, error) {
Expand Down

0 comments on commit 545246b

Please sign in to comment.