cmd/geth: gofmt screwup fix

This commit is contained in:
obscuren 2015-05-06 23:10:46 +02:00
parent 458d891c63
commit b719801db0
1 changed files with 2 additions and 0 deletions

View File

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