mirror of https://github.com/kubernetes/kops.git
remove trailing whitespace that was breaking gofmt
This commit is contained in:
parent
8373c9fc4d
commit
85a1d23c18
|
@ -540,7 +540,7 @@ func TestRollingUpdateFlappingValidation(t *testing.T) {
|
|||
|
||||
// This should only take a few milliseconds,
|
||||
// but we have to pad to allow for random delays (e.g. GC)
|
||||
// TODO: Replace with a virtual clock?
|
||||
// TODO: Replace with a virtual clock?
|
||||
c.ValidationTimeout = 200 * time.Second
|
||||
|
||||
c.ClusterValidator = &flappingClusterValidator{
|
||||
|
|
Loading…
Reference in New Issue