Skip to content

Commit c8a7528

Browse files
author
Matthew Chen
committed
clean up
1 parent 516f1be commit c8a7528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controllers/azurestackhcicluster_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,4 +423,4 @@ func (r *AzureStackHCIClusterReconciler) reconcilePhase(clusterScope *scope.Clus
423423
if !azureStackHCICluster.DeletionTimestamp.IsZero() {
424424
azureStackHCICluster.Status.SetTypedPhase(infrav1.AzureStackHCIClusterPhaseDeleting)
425425
}
426-
}
426+
}

controllers/azurestackhcicluster_reconciler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ func (r *azureStackHCIClusterReconciler) createOrUpdateVnetName() {
135135
if r.scope.Vnet().Name == "" {
136136
r.scope.Vnet().Name = azurestackhci.GenerateVnetName(r.scope.Name())
137137
}
138-
}
138+
}

0 commit comments

Comments
 (0)