Skip to content

Commit

Permalink
sort imports (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrIncompetent committed Feb 5, 2018
1 parent 83288bc commit 7a0b294
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/tools/verify/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ package main
import (
"flag"
"fmt"
"io/ioutil"
"os"
"strings"
"time"

machineclientset "github.com/kubermatic/machine-controller/pkg/client/clientset/versioned"
machinev1alpha1 "github.com/kubermatic/machine-controller/pkg/machines/v1alpha1"
"io/ioutil"
"k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/apimachinery/pkg/util/yaml"
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/tools/clientcmd"
"os"
"strings"
"time"
)

const (
Expand Down

0 comments on commit 7a0b294

Please sign in to comment.