mirror of https://github.com/kubernetes/kops.git
Fix gofmt
This commit is contained in:
parent
362e2cb33e
commit
72ec584033
|
|
@ -17,9 +17,9 @@ limitations under the License.
|
|||
package cloudup
|
||||
|
||||
import (
|
||||
"testing"
|
||||
api "k8s.io/kops/pkg/apis/kops"
|
||||
"os"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test_FindCNIAssetFromEnvironmentVariable(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue