Skip to content

Commit b719801

Browse files
committed
cmd/geth: gofmt screwup fix
1 parent 458d891 commit b719801

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/geth/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ import (
4343
"github.com/ethereum/go-ethereum/core/types"
4444
"github.com/ethereum/go-ethereum/eth"
4545
"github.com/ethereum/go-ethereum/logger"
46+
"github.com/mattn/go-colorable"
47+
"github.com/mattn/go-isatty"
4648
"github.com/peterh/liner"
4749
)
4850
import _ "net/http/pprof"

0 commit comments

Comments
 (0)