From b719801db0bc80b49f05b249e2d4cf322c09eb24 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Wed, 6 May 2015 23:10:46 +0200
Subject: [PATCH] cmd/geth: gofmt screwup fix

---
 cmd/geth/main.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index f4f219e1b..92c3b7a90 100644
--- a/cmd/geth/main.go
+++ b/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"
-- 
GitLab