mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-04-05 08:54:09 -04:00
chore(all): format code using gofumpt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user