mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 13:36:37 +00:00
p2p/netutil: minor code cosmetic
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
This commit is contained in:
parent
ff2259457a
commit
39900be087
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ func TestIsPacketTooBig(t *testing.T) {
|
||||||
for i := range buf {
|
for i := range buf {
|
||||||
if buf[i] != byte(i) {
|
if buf[i] != byte(i) {
|
||||||
t.Fatalf("error in pattern")
|
t.Fatalf("error in pattern")
|
||||||
break
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue