Skip to content

Commit 464896c

Browse files
committed
run goimports on e2e
1 parent 589c041 commit 464896c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

e2e/test/ccm_e2e_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ package test
22

33
import (
44
"e2e_test/test/framework"
5+
"log"
6+
"strings"
7+
58
"github.com/appscode/go/wait"
69
"github.com/codeskyblue/go-sh"
710
. "github.com/onsi/ginkgo"
811
. "github.com/onsi/gomega"
912
core "k8s.io/api/core/v1"
1013
"k8s.io/apimachinery/pkg/util/intstr"
11-
"log"
12-
"strings"
1314
)
1415

1516
var _ = Describe("CloudControllerManager", func() {

e2e/test/framework/util.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import (
44
"context"
55
"crypto/tls"
66
"crypto/x509"
7-
"github.com/appscode/go/wait"
8-
"github.com/golang/glog"
97
"io/ioutil"
108
"log"
119
"net"
@@ -17,6 +15,9 @@ import (
1715
"strings"
1816
"time"
1917

18+
"github.com/appscode/go/wait"
19+
"github.com/golang/glog"
20+
2021
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2122
)
2223

0 commit comments

Comments
 (0)