From 2a803769fc666bdddf6b4f91504c1c90b7569310 Mon Sep 17 00:00:00 2001 From: CJ Cullen Date: Tue, 30 Jun 2015 17:01:15 -0700 Subject: [PATCH] Fix gofmt in replication_controller_test.go --- pkg/controller/replication_controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/replication_controller_test.go b/pkg/controller/replication_controller_test.go index f7f49a76993..c0ba80d8eea 100644 --- a/pkg/controller/replication_controller_test.go +++ b/pkg/controller/replication_controller_test.go @@ -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