mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 16:13:47 +00:00
fix: lint checks
This commit is contained in:
parent
b14abef0cb
commit
c0ca1e4829
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ import (
|
|||
"crypto/rand"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/optimism-java/utp-go"
|
||||
"io"
|
||||
"net"
|
||||
"sync"
|
||||
|
|
@ -17,6 +16,7 @@ import (
|
|||
"github.com/ethereum/go-ethereum/log"
|
||||
"github.com/ethereum/go-ethereum/p2p/discover/portalwire"
|
||||
"github.com/ethereum/go-ethereum/p2p/enode"
|
||||
"github.com/optimism-java/utp-go"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue