From 99c0681ecc5777f917a7d7c1971b686420dbb36a Mon Sep 17 00:00:00 2001 From: Klaus Ma Date: Fri, 29 Jul 2016 23:19:33 +0800 Subject: [PATCH] Removed empty line. --- pkg/controller/namespace/namespace_controller.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/controller/namespace/namespace_controller.go b/pkg/controller/namespace/namespace_controller.go index 0c367bdfe2f..e65ccb1bb49 100644 --- a/pkg/controller/namespace/namespace_controller.go +++ b/pkg/controller/namespace/namespace_controller.go @@ -140,14 +140,12 @@ func (nm *NamespaceController) worker() { t := estimate.Estimate/2 + 1 glog.V(4).Infof("Content remaining in namespace %s, waiting %d seconds", key, t) nm.queue.AddAfter(key, time.Duration(t)*time.Second) - } else { // rather than wait for a full resync, re-add the namespace to the queue to be processed nm.queue.AddRateLimited(key) utilruntime.HandleError(err) } return false - } for {