Skip to content

Commit 40088cc

Browse files
committed
Fixed imports
1 parent 04fc37d commit 40088cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ import (
4747
"sigs.k8s.io/yaml"
4848

4949
routev1 "github.com/openshift/api/route/v1"
50-
5150
clientset "github.com/openshift/client-go/config/clientset/versioned"
51+
5252
"github.com/project-codeflare/codeflare-operator/pkg/config"
5353
"github.com/project-codeflare/codeflare-operator/pkg/controllers"
5454
// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)

0 commit comments

Comments
 (0)