Skip to content

Commit e8ff4a1

Browse files
committed
Change a coments
1 parent 7f43d9e commit e8ff4a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

balancer/randomsubsetting/randomsubsetting_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright 2019 gRPC authors.
3+
* Copyright 2025 gRPC authors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -100,7 +100,7 @@ func setupClients(t *testing.T, clientsCount int, subsetSize int, addresses []re
100100
}
101101
}
102102
]
103-
}`, i, subsetSize)
103+
}`, subsetSize)
104104

105105
sc := internal.ParseServiceConfig.(func(string) *serviceconfig.ParseResult)(string(jsonConfig))
106106
mr.InitialState(resolver.State{

0 commit comments

Comments
 (0)