Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 20b41df

Browse files
committed
fix: gofmt
1 parent 8e94b30 commit 20b41df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/kubeadmconfig_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ func TestBootstrapTokenTTLExtension(t *testing.T) {
596596
cluster.Status.ControlPlaneInitialized = true
597597
cluster.Status.APIEndpoints = []clusterv1.APIEndpoint{{Host: "100.105.150.1", Port: 6443}}
598598

599-
controlPlaneInitMachine := newControlPlaneMachine(cluster, "control-plane-init-machine")
599+
controlPlaneInitMachine := newControlPlaneMachine(cluster, "control-plane-init-machine")
600600
initConfig := newControlPlaneInitKubeadmConfig(controlPlaneInitMachine, "control-plane-init-config")
601601
workerMachine := newWorkerMachine(cluster)
602602
workerJoinConfig := newWorkerJoinKubeadmConfig(workerMachine)

0 commit comments

Comments
 (0)