From b2c93457d7bde6c487ae80f692de17104d38f49f Mon Sep 17 00:00:00 2001 From: Mitchell Nielsen Date: Wed, 9 Oct 2024 12:37:26 -0500 Subject: [PATCH] Remove newline in init function (#109) Removes the newline in the init function. Mostly just making an arbitrary change to trigger a build of the image on `main` that will push the short sha as added in https://github.com/PrefectHQ/prefect-operator/pull/108 Related to https://linear.app/prefect/issue/PLA-343/automatically-update-prefect-operator-helm-chart-versions-in-ccd-to --- cmd/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index e872931..01c22be 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -48,7 +48,6 @@ var ( func init() { utilruntime.Must(clientgoscheme.AddToScheme(scheme)) - utilruntime.Must(prefectiov1.AddToScheme(scheme)) //+kubebuilder:scaffold:scheme }