cmd, eth, les: Performed gofmt to update formatting

This commit is contained in:
Lucas Hendren 2018-09-03 13:14:40 -04:00
parent 6d1305bdd9
commit c22c3825c2
4 changed files with 24 additions and 25 deletions

View file

@ -345,7 +345,6 @@ func startNode(ctx *cli.Context, stack *node.Node) {
time.Sleep(exitWhenSynced)
stack.Stop()
} else {
var ethereum *eth.Ethereum
if err := stack.Service(&ethereum); err != nil {