Merge pull request #97 from justinsb/fix_gofmt

Fix gofmt
This commit is contained in:
Manuel Alejandro de Brito Fontes 2016-12-29 20:01:56 -03:00 committed by GitHub
commit fbe3ddc20a

View file

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