chore(all): format code using gofumpt

This commit is contained in:
Quentin McGaw
2024-10-20 13:12:33 +00:00
parent 4c7c794494
commit 05d566c807
104 changed files with 308 additions and 178 deletions

View File

@@ -79,7 +79,8 @@ func Test_IPv6(t *testing.T) {
func Fuzz_IPv6(f *testing.F) {
f.Fuzz(func(_ *testing.T, ipv6A, ipv6B, ipv6C []byte,
garbageA, garbageB, garbageC string) {
garbageA, garbageB, garbageC string,
) {
var arrayA [16]byte
if len(ipv6A) > 0 {
copy(arrayA[:], ipv6A)