Browse Source

fixed a formatting issue

AETH-erial 10 months ago
parent
commit
65adeda56c
2 changed files with 1 additions and 2 deletions
  1. 1 1
      pkg/local_test.go
  2. 0 1
      pkg/torrent.go

+ 1 - 1
pkg/local_test.go

@@ -65,7 +65,7 @@ func TestAddressRecurse(t *testing.T) {
 		got.Mask = tc[i].InputMask
 		got.NetworkAddr = addr.Mask(network.Mask)
 		got.Current = addr.Mask(network.Mask)
-		addressRecurse(got, 65535)
+		addressRecurse(got)
 		want := LoadTestAddresses(tc[i].TestData)
 		for x := range got.Ipv4s {
 			gotip := got.Ipv4s[x]

+ 0 - 1
pkg/torrent.go

@@ -1,2 +1 @@
 package kyoketsu
-