Unverified Commit 39900be0 authored by Abirdcfly's avatar Abirdcfly Committed by GitHub

p2p/netutil: minor code cosmetic

Signed-off-by: 's avatarAbirdcfly <fp544037857@gmail.com>
parent ff225945
......@@ -66,7 +66,6 @@ func TestIsPacketTooBig(t *testing.T) {
for i := range buf {
if buf[i] != byte(i) {
t.Fatalf("error in pattern")
break
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment