Fix gofmt
So `make fmt` passes
This commit is contained in:
parent
8e90fc0290
commit
21d237792b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue