mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
cmd, eth, les: Performed gofmt to update formatting
This commit is contained in:
parent
6d1305bdd9
commit
c22c3825c2
4 changed files with 24 additions and 25 deletions
|
|
@ -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(ðereum); err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue