Skip to content

Commit

Permalink
fix:gofmt event
Browse files Browse the repository at this point in the history
Signed-off-by: LY-today <724102053@qq.com>
  • Loading branch information
LY-today committed Jun 14, 2022
1 parent 8798bf4 commit d369118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/scheduler/plugins/proportion/proportion_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2017 The Kubernetes Authors.
Copyright 2022 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -210,7 +210,7 @@ func TestProportion(t *testing.T) {
VolumeBinder: &util.FakeVolumeBinder{},
Recorder: recorder,
}
//deletedJobs -> DeletedJobs
// deletedJobs to DeletedJobs
schedulerCache.DeletedJobs = workqueue.NewRateLimitingQueue(workqueue.DefaultControllerRateLimiter())

for _, node := range test.nodes {
Expand Down

0 comments on commit d369118

Please sign in to comment.