Skip to content

Commit

Permalink
fix gofmt errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneramey authored and dlorenc committed Jun 15, 2017
1 parent 2b88806 commit 084eeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 084eeaf

Please sign in to comment.