mirror of https://github.com/k3s-io/k3s
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 ```pull/8/head
commit
d5e7059bf3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue