Skip to content

Commit

Permalink
fix gci bug to sort packages
Browse files Browse the repository at this point in the history
Signed-off-by: wuyingjun <[email protected]>
  • Loading branch information
wuyingjun-lucky committed Oct 25, 2023
1 parent 1618b43 commit 5fa9b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/utils/controllers/controller_util_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package controllers

import (
"testing"

corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"testing"
)

func Test_Enqueue(t *testing.T) {
Expand Down

0 comments on commit 5fa9b67

Please sign in to comment.