core/rawdb: fix lint

This commit is contained in:
rjl493456442 2019-10-30 10:40:45 +08:00
parent a360c1df28
commit 59a0610670

View file

@ -20,10 +20,10 @@ import (
"bytes"
"encoding/hex"
"fmt"
"math/big"
"testing"
"os"
"io/ioutil"
"math/big"
"os"
"testing"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
@ -424,4 +424,3 @@ func TestAncientStorage(t *testing.T) {
t.Fatalf("invalid td returned")
}
}