core/rawdb: fix lint

This commit is contained in:
Gary Rong 2024-02-02 14:11:38 +08:00
parent 972b86780b
commit b3c0fc9469

View file

@ -19,13 +19,13 @@ package rawdb
import (
"errors"
"fmt"
"github.com/ethereum/go-ethereum/params"
"sync"
"time"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/params"
)
const (