Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Reformat codes using goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhang17 committed Jul 9, 2019
1 parent e0b3919 commit dfff4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kind/actions/kind.go
Expand Up @@ -24,10 +24,10 @@ import (
"os"
"path/filepath"
"regexp"
constkind "sigs.k8s.io/cluster-api-provider-docker/kind/constants"
"strings"

"github.com/pkg/errors"
constkind "sigs.k8s.io/cluster-api-provider-docker/kind/constants"
"sigs.k8s.io/cluster-api-provider-docker/third_party/forked/loadbalancer"
"sigs.k8s.io/kind/pkg/cluster/config/defaults"
"sigs.k8s.io/kind/pkg/cluster/constants"
Expand Down

0 comments on commit dfff4c4

Please sign in to comment.