Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <everettraven@gmail.com>
  • Loading branch information
everettraven committed May 20, 2024
1 parent 70c5aaa commit 56f26bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/reconciler/internal/hook/hook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ import (
"sigs.k8s.io/controller-runtime/pkg/handler"
"sigs.k8s.io/controller-runtime/pkg/source"

sdkhandler "github.com/operator-framework/operator-lib/handler"

"github.com/operator-framework/helm-operator-plugins/pkg/hook"
"github.com/operator-framework/helm-operator-plugins/pkg/internal/fake"
internalhook "github.com/operator-framework/helm-operator-plugins/pkg/reconciler/internal/hook"
sdkhandler "github.com/operator-framework/operator-lib/handler"
)

var _ = Describe("Hook", func() {
Expand Down

0 comments on commit 56f26bb

Please sign in to comment.