Removed empty line.

This commit is contained in:
Klaus Ma
2016-10-18 17:14:05 +08:00
parent c19569f03f
commit 4b6cd9aece

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.