Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshea2 committed Dec 24, 2024
1 parent bfd0285 commit d735996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/publicip/http/providers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ func Test_ListProvidersForVersion(t *testing.T) {
},
},
"ip4": {
version: ipversion.IP4,
version: ipversion.IP4,
providers: []Provider{
Ipify, Ipleak, Icanhazip, Ident, Nnev,
Wtfismyip, Seeip, Addrtools,
},
},
"ip6": {
version: ipversion.IP6,
version: ipversion.IP6,
providers: []Provider{
Ipify, Ipleak, Icanhazip, Ident, Nnev,
Wtfismyip, Seeip, Addrtools,
Expand Down

0 comments on commit d735996

Please sign in to comment.