fix gofmt errors

pull/1569/merge
Shane Ramey 2017-06-14 13:55:50 -07:00 committed by dlorenc
parent 2b88806330
commit 084eeaff66
1 changed files with 2 additions and 2 deletions

View File

@ -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"
)