Skip to content

Commit fbe3ddc

Browse files
authored
Merge pull request #97 from justinsb/fix_gofmt
Fix gofmt
2 parents 8e90fc0 + 21d2377 commit fbe3ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pkg/ingress/controller/controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ func (ic *GenericController) getEndpoints(
992992
}
993993

994994
// check for invalid port value
995-
if targetPort <=0 {
995+
if targetPort <= 0 {
996996
continue
997997
}
998998

0 commit comments

Comments
 (0)