Skip to content

Commit

Permalink
Fix gofmt
Browse files Browse the repository at this point in the history
So `make fmt` passes
  • Loading branch information
justinsb committed Dec 29, 2016
1 parent 8e90fc0 commit 21d2377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pkg/ingress/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ func (ic *GenericController) getEndpoints(
}

// check for invalid port value
if targetPort <=0 {
if targetPort <= 0 {
continue
}

Expand Down

0 comments on commit 21d2377

Please sign in to comment.