Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewuolle authored and zerospiel committed Mar 7, 2025
1 parent 1859518 commit 0ac589e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/multiclusterservice_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ func (r *MultiClusterServiceReconciler) reconcileUpdate(ctx context.Context, mcs
if len(mcs.Spec.ServiceSpec.Services) == 0 {
mcs.Status.Services = nil
} else {

var servicesStatus []kcm.ServiceStatus
servicesStatus, servicesErr = updateServicesStatus(ctx, r.Client, profileRef, profile.Status.MatchingClusterRefs, mcs.Status.Services)
if servicesErr != nil {
Expand Down

0 comments on commit 0ac589e

Please sign in to comment.