Skip to content

Commit

Permalink
refactor: run goimports to pass auto-format check
Browse files Browse the repository at this point in the history
  • Loading branch information
art-tapin committed Apr 27, 2023
1 parent 9362e55 commit a08e581
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/common/apimachinery_status_conditions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
package common

import (
goCmp "github.com/google/go-cmp/cmp"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"testing"
"time"

goCmp "github.com/google/go-cmp/cmp"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

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

0 comments on commit a08e581

Please sign in to comment.