Skip to content

Commit c7faef9

Browse files
committed
fix comments
Signed-off-by: Wantong Jiang <[email protected]>
1 parent 2d4bf3a commit c7faef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/fleet/cmd/approve/approve_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ import (
2121
"strings"
2222
"testing"
2323

24+
"github.com/google/go-cmp/cmp"
25+
"github.com/google/go-cmp/cmp/cmpopts"
2426
"k8s.io/apimachinery/pkg/api/meta"
2527
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2628
"k8s.io/apimachinery/pkg/runtime"
2729
"sigs.k8s.io/controller-runtime/pkg/client"
2830
"sigs.k8s.io/controller-runtime/pkg/client/fake"
2931

30-
"github.com/google/go-cmp/cmp"
31-
"github.com/google/go-cmp/cmp/cmpopts"
3232
placementv1beta1 "github.com/kubefleet-dev/kubefleet/apis/placement/v1beta1"
3333
)
3434

0 commit comments

Comments
 (0)