From 4b6cd9aecee27a9b52fce68aeb5fff02091e6b4e Mon Sep 17 00:00:00 2001 From: Klaus Ma Date: Tue, 18 Oct 2016 17:14:05 +0800 Subject: [PATCH] Removed empty line. --- pkg/api/helpers.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/api/helpers.go b/pkg/api/helpers.go index e31bbdd44fa..dbab8a17257 100644 --- a/pkg/api/helpers.go +++ b/pkg/api/helpers.go @@ -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.