Skip to content

Commit dc05b72

Browse files
committed
remove extra char
1 parent b994013 commit dc05b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/linodemachine_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func (r *LinodeMachineReconciler) reconcileFirewallLabel(ctx context.Context, lo
197197
}
198198
if _, ok := labels[clusterv1.ClusterNameLabel]; ok {
199199
return nil
200-
] }
200+
}
201201
labels[clusterv1.ClusterNameLabel] = machineScope.Machine.Labels[clusterv1.ClusterNameLabel]
202202
linodeFW.SetLabels(labels)
203203
return machineScope.Client.Update(ctx, &linodeFW)

0 commit comments

Comments
 (0)