Merge pull request #35023 from k82cn/remove_empty_line

Automatic merge from submit-queue

Removed empty line.
This commit is contained in:
Kubernetes Submit Queue 2016-10-18 18:27:29 -07:00 committed by GitHub
commit 103dc654a9

View File

@ -512,7 +512,6 @@ func TolerationToleratesTaint(toleration *Toleration, taint *Taint) bool {
return true
}
return false
}
// TaintToleratedByTolerations checks if taint is tolerated by any of the tolerations.