From 084eeaff66002ed21b6730428e8017506c8f1b65 Mon Sep 17 00:00:00 2001 From: Shane Ramey Date: Wed, 14 Jun 2017 13:55:50 -0700 Subject: [PATCH] fix gofmt errors --- pkg/minikube/constants/constants.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/minikube/constants/constants.go b/pkg/minikube/constants/constants.go index a6137a89c0e8..f1de85b458ac 100644 --- a/pkg/minikube/constants/constants.go +++ b/pkg/minikube/constants/constants.go @@ -29,8 +29,8 @@ import ( // APIServerPort is the port that the API server should listen on. const ( - APIServerPort = 8443 - APIServerName = "minikubeCA" + APIServerPort = 8443 + APIServerName = "minikubeCA" ClusterDNSDomain = "cluster.local" )