mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
add spaces to comments
This commit is contained in:
parent
8886e58ae9
commit
a108393b8c
@ -277,8 +277,8 @@ func Test_BoundedFrequencyRunnerNoBurst(t *testing.T) {
|
|||||||
|
|
||||||
// Clean up.
|
// Clean up.
|
||||||
stop <- struct{}{}
|
stop <- struct{}{}
|
||||||
//a message is sent to time.updated in func Stop() at the end of the child goroutine
|
// a message is sent to time.updated in func Stop() at the end of the child goroutine
|
||||||
//to terminate the child, a receive on time.updated is needed here
|
// to terminate the child, a receive on time.updated is needed here
|
||||||
<- time.updated
|
<- time.updated
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -361,8 +361,8 @@ func Test_BoundedFrequencyRunnerBurst(t *testing.T) {
|
|||||||
|
|
||||||
// Clean up.
|
// Clean up.
|
||||||
stop <- struct{}{}
|
stop <- struct{}{}
|
||||||
//a message is sent to time.updated in func Stop() at the end of the child goroutine
|
// a message is sent to time.updated in func Stop() at the end of the child goroutine
|
||||||
//to terminate the child, a receive on time.updated is needed here
|
// to terminate the child, a receive on time.updated is needed here
|
||||||
<- time.updated
|
<- time.updated
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -447,7 +447,7 @@ func Test_BoundedFrequencyRunnerRetryAfter(t *testing.T) {
|
|||||||
|
|
||||||
// Clean up.
|
// Clean up.
|
||||||
stop <- struct{}{}
|
stop <- struct{}{}
|
||||||
//a message is sent to time.updated in func Stop() at the end of the child goroutine
|
// a message is sent to time.updated in func Stop() at the end of the child goroutine
|
||||||
//to terminate the child, a receive on time.updated is needed here
|
// to terminate the child, a receive on time.updated is needed here
|
||||||
<- time.updated
|
<- time.updated
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user