Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Nov 24, 2023
1 parent b54842b commit 375d5ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cmp/loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func (lb *loadBalancer) loadBalancerAlignRequest(ctx context.Context, meta inter
if v, _ := utils.ParseVersion("6.2.4"); v <= cmpVersion {
// from 6.2.4 onwards the display name of NSX-T has been change to NSX
nsxVar = nsx

}
allTypes, _ := lb.lbClient.GetLoadBalancerTypes(ctx, map[string]string{
nameKey: nsxVar,
Expand Down

0 comments on commit 375d5ba

Please sign in to comment.