removed redundant newlines in import block

This commit is contained in:
Bas van Kervel
2015-05-12 15:20:53 +02:00
parent b79dd188d9
commit 95773b9673
7 changed files with 5 additions and 11 deletions

View File

@ -27,12 +27,11 @@ import (
"fmt"
"io/ioutil"
"math/big"
"path/filepath"
"runtime"
"sort"
"time"
"path/filepath"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/core/types"