mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
chore: update linter
This commit is contained in:
committed by
GitHub
parent
1034646ae2
commit
88a2020817
@@ -82,7 +82,7 @@ func (s *UDPSuite) TestWRR() {
|
||||
stop := make(chan struct{})
|
||||
go func() {
|
||||
call := map[string]int{}
|
||||
for i := 0; i < 8; i++ {
|
||||
for range 8 {
|
||||
out, err := guessWhoUDP("127.0.0.1:8093")
|
||||
require.NoError(s.T(), err)
|
||||
switch {
|
||||
|
||||
Reference in New Issue
Block a user