cmd/geth: gofmt screwup fix

pull/857/merge
obscuren 10 years ago
parent 458d891c63
commit b719801db0
  1. 2
      cmd/geth/main.go

@ -43,6 +43,8 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/logger"
"github.com/mattn/go-colorable"
"github.com/mattn/go-isatty"
"github.com/peterh/liner"
)
import _ "net/http/pprof"

Loading…
Cancel
Save