mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
fix some style error using gofmt
This commit is contained in:
parent
c4ca6638c3
commit
36a7a1a79b
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user