Skip to content

Commit 289d200

Browse files
fix: imports
1 parent 98705a4 commit 289d200

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/smartrequeue/example_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ import (
44
"fmt"
55
"time"
66

7-
"github.com/openmcp-project/cluster-provider-kind/pkg/smartrequeue"
87
ctrl "sigs.k8s.io/controller-runtime"
98
"sigs.k8s.io/controller-runtime/pkg/client"
9+
10+
"github.com/openmcp-project/cluster-provider-kind/pkg/smartrequeue"
1011
)
1112

1213
// This example shows how to use the SmartRequeue package in a Kubernetes controller.

0 commit comments

Comments
 (0)