From 36a7a1a79b5d587d8e84a22191040ca7629c95c6 Mon Sep 17 00:00:00 2001 From: Lei Gong Date: Thu, 28 Jun 2018 14:26:58 +0800 Subject: [PATCH] fix some style error using gofmt --- third_party/forked/golang/expansion/expand_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/third_party/forked/golang/expansion/expand_test.go b/third_party/forked/golang/expansion/expand_test.go index 948c36ffe67..55a7f4e263b 100644 --- a/third_party/forked/golang/expansion/expand_test.go +++ b/third_party/forked/golang/expansion/expand_test.go @@ -2,7 +2,8 @@ package expansion import ( "testing" -api "k8s.io/kubernetes/pkg/apis/core" + + api "k8s.io/kubernetes/pkg/apis/core" ) func TestMapReference(t *testing.T) {