mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
swarm/network: gofmt
This commit is contained in:
parent
97936bc30c
commit
3678dfc697
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ func TestBzzHandshakeLightNode(t *testing.T) {
|
||||||
t.Run(test.name, func(t *testing.T) {
|
t.Run(test.name, func(t *testing.T) {
|
||||||
randomAddr := RandomAddr()
|
randomAddr := RandomAddr()
|
||||||
pt := newBzzHandshakeTester(1, randomAddr, false)
|
pt := newBzzHandshakeTester(1, randomAddr, false)
|
||||||
|
|
||||||
node := pt.Nodes[0]
|
node := pt.Nodes[0]
|
||||||
addr := NewAddr(node)
|
addr := NewAddr(node)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue