Skip to content

Commit 9eb7b84

Browse files
committed
fix: organize imports with goio
1 parent 5ee512b commit 9eb7b84

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • cmd/windows-machine-config-operator-tests-ext
  • test/extended

cmd/windows-machine-config-operator-tests-ext/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919
g "github.com/openshift-eng/openshift-tests-extension/pkg/ginkgo"
2020
"github.com/spf13/cobra"
2121

22-
// Register WINC Ginkgo tests.
2322
_ "github.com/openshift/windows-machine-config-operator/test/extended"
23+
// Register WINC Ginkgo tests.
2424
)
2525

2626
func main() {

test/extended/winc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import (
44
"encoding/json"
55
"strings"
66

7-
"github.com/openshift/windows-machine-config-operator/test/extended/utils"
8-
97
g "github.com/onsi/ginkgo/v2"
108
o "github.com/onsi/gomega"
9+
10+
"github.com/openshift/windows-machine-config-operator/test/extended/utils"
1111
)
1212

1313
const (

0 commit comments

Comments
 (0)