Skip to content

Commit

Permalink
p2p/netutil: minor code cosmetic
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <[email protected]>
  • Loading branch information
Abirdcfly authored and HanWang233 committed Sep 11, 2022
1 parent fe99fc9 commit 7bcd6bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/netutil/error_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func TestIsPacketTooBig(t *testing.T) {
for i := range buf {
if buf[i] != byte(i) {
t.Fatalf("error in pattern")
break
}
}
}
Expand Down

0 comments on commit 7bcd6bb

Please sign in to comment.