Skip to content

Commit

Permalink
minor fix 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilblaze committed Mar 8, 2023
1 parent 0c6f38e commit c6e9d77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions connectivity/tests/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (s *podToHostPort) Run(ctx context.Context, t *check.Test) {

var ipFamStr string

t.ForEachIPFamily(func(ipFam check.IPFamily)) {
t.ForEachIPFamily(func(ipFam check.IPFamily) {
if ipFam == check.IPv4 {
ipFamStr = "v4"
} else if ipFam == check.IPv6 {
Expand All @@ -120,7 +120,6 @@ func (s *podToHostPort) Run(ctx context.Context, t *check.Test) {
})

i++
}
}
})
}
}

0 comments on commit c6e9d77

Please sign in to comment.