Skip to content

Commit 5a94d36

Browse files
committed
eth/syncer: fix lint
1 parent 0ab48f7 commit 5a94d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/syncer/syncer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ package syncer
1919
import (
2020
"errors"
2121
"fmt"
22-
"github.com/ethereum/go-ethereum/eth/ethconfig"
2322
"sync"
2423
"time"
2524

2625
"github.com/ethereum/go-ethereum/common"
2726
"github.com/ethereum/go-ethereum/core/types"
2827
"github.com/ethereum/go-ethereum/eth"
28+
"github.com/ethereum/go-ethereum/eth/ethconfig"
2929
"github.com/ethereum/go-ethereum/log"
3030
"github.com/ethereum/go-ethereum/node"
3131
"github.com/ethereum/go-ethereum/rpc"

0 commit comments

Comments
 (0)