Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Costello <jason@jsnc.tl>
  • Loading branch information
jsnctl committed Oct 25, 2023
1 parent 2231838 commit fccc6f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cloudprovider/servicelb.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ func (k *k3s) getStatus(svc *core.Service) (*core.LoadBalancerStatus, error) {
return nil, err
}


loadbalancer := &core.LoadBalancerStatus{}
for _, ip := range expectedIPs {
loadbalancer.Ingress = append(loadbalancer.Ingress, core.LoadBalancerIngress{
Expand Down

0 comments on commit fccc6f3

Please sign in to comment.