Fix gofmt errors

This commit is contained in:
Wojciech Tyczynski
2016-03-04 14:17:31 +01:00
parent ed473cbfc7
commit 525d14e0bc
3 changed files with 5 additions and 9 deletions

View File

@@ -26,8 +26,6 @@ import (
"k8s.io/kubernetes/pkg/apimachinery/registered"
"k8s.io/kubernetes/pkg/runtime"
"k8s.io/kubernetes/pkg/securitycontext"
//"github.com/ghodss/yaml"
)
func noDefault(*api.Pod) error { return nil }