Removed unnecessarly empty line.

pull/6/head
Klaus Ma 2017-02-06 11:10:34 +08:00
parent b9bb440bd6
commit cc26fe6ee9
3 changed files with 0 additions and 3 deletions

View File

@ -1797,7 +1797,6 @@ func (kl *Kubelet) syncLoopIteration(configCh <-chan kubetypes.PodUpdate, handle
// takes place only after kubelet calls the update handler to process
// the update to ensure the internal pod cache is up-to-date.
kl.sourcesReady.AddSource(u.Source)
case e := <-plegCh:
if isSyncPodWorthy(e) {
// PLEG event for a pod; sync it.

View File

@ -565,7 +565,6 @@ func (kl *Kubelet) setNodeStatusVersionInfo(node *v1.Node) {
// TODO: kube-proxy might be different version from kubelet in the future
node.Status.NodeInfo.KubeProxyVersion = version.Get().String()
}
}
// Set daemonEndpoints for the node.

View File

@ -174,7 +174,6 @@ func TestAddTwoFireEarly(t *testing.T) {
if !reflect.DeepEqual(item, third) {
t.Errorf("expected %v, got %v", third, item)
}
}
func TestCopyShifting(t *testing.T) {