p2p/netutil: minor code cosmetic
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
This commit is contained in:
parent
ff2259457a
commit
39900be087
@ -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 New Issue
Block a user