Commit 2a803769 authored by CJ Cullen's avatar CJ Cullen

Fix gofmt in replication_controller_test.go

parent 12553c9b
......@@ -1136,7 +1136,7 @@ func TestOverlappingRCs(t *testing.T) {
controllers = append(controllers, controllerSpec)
}
shuffledControllers := shuffle(controllers)
for j, _ := range shuffledControllers {
for j := range shuffledControllers {
manager.controllerStore.Store.Add(shuffledControllers[j])
}
// Add a pod and make sure only the oldest rc is synced
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment