Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
me committed Feb 8, 2024
1 parent b5738a9 commit 8b9a8f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func acceptTest(t testing.TB, n int, acceptor func(t testing.TB, wrapped *test_c
}
}()

for i, _ := range append(accept, nil) {
for i := range append(accept, nil) {
select {
case err := <-errs:
require.ErrorIs(t, err, net.ErrClosed)
Expand Down

0 comments on commit 8b9a8f6

Please sign in to comment.