Fix gofmt

So `make fmt` passes
This commit is contained in:
Justin Santa Barbara 2016-12-29 17:59:56 -05:00
parent 8e90fc0290
commit 21d237792b

View file

@ -992,7 +992,7 @@ func (ic *GenericController) getEndpoints(
}
// check for invalid port value
if targetPort <=0 {
if targetPort <= 0 {
continue
}