Unverified Commit d5e7059b authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #65570 from max8899/patch-gofmt

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fix some style error using gofmt **What this PR does / why we need it**: fix some style error using gofmt **Release note**: ```release-note NONE ```
parents 48b3786c 36a7a1a7
...@@ -2,7 +2,8 @@ package expansion ...@@ -2,7 +2,8 @@ package expansion
import ( import (
"testing" "testing"
api "k8s.io/kubernetes/pkg/apis/core"
api "k8s.io/kubernetes/pkg/apis/core"
) )
func TestMapReference(t *testing.T) { func TestMapReference(t *testing.T) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment