提交 23759137 编写于 作者: A Anders F Björklund

Run gofmt on pkg/minikube/driver/driver_test.go

上级 2f2b0cdd
......@@ -211,7 +211,7 @@ func TestMachineName(t *testing.T) {
{
ClusterConfig: config.ClusterConfig{Name: "minikube",
Nodes: []config.Node{
config.Node{
{
Name: "",
IP: "172.17.0.3",
Port: 8443,
......@@ -227,7 +227,7 @@ func TestMachineName(t *testing.T) {
{
ClusterConfig: config.ClusterConfig{Name: "p2",
Nodes: []config.Node{
config.Node{
{
Name: "",
IP: "172.17.0.3",
Port: 8443,
......@@ -235,7 +235,7 @@ func TestMachineName(t *testing.T) {
ControlPlane: true,
Worker: true,
},
config.Node{
{
Name: "m2",
IP: "172.17.0.4",
Port: 0,
......@@ -313,7 +313,7 @@ func TestIndexFromMachineNameClusterConfig(t *testing.T) {
{
ClusterConfig: config.ClusterConfig{Name: "minikube",
Nodes: []config.Node{
config.Node{
{
Name: "",
IP: "172.17.0.3",
Port: 8443,
......@@ -329,7 +329,7 @@ func TestIndexFromMachineNameClusterConfig(t *testing.T) {
{
ClusterConfig: config.ClusterConfig{Name: "p2",
Nodes: []config.Node{
config.Node{
{
Name: "",
IP: "172.17.0.3",
Port: 8443,
......@@ -337,7 +337,7 @@ func TestIndexFromMachineNameClusterConfig(t *testing.T) {
ControlPlane: true,
Worker: true,
},
config.Node{
{
Name: "m2",
IP: "172.17.0.4",
Port: 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册