Rearrange whitespace to make goimports happy

pull/9389/head
Anders F Björklund 2020-10-04 16:05:30 +02:00
parent e36c937a34
commit 20fc95724e
2 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@ var (
outputFile io.Writer = os.Stdout
//GetUUID returns the UUID function to use
GetUUID = randomID
GetUUID = randomID
eventFile *os.File
)

View File

@ -21,14 +21,14 @@ const (
GithubAccessTokenEnvVar = "GITHUB_ACCESS_TOKEN"
// OkToTestLabel is the github label for ok-to-test
OkToTestLabel = "ok-to-test"
OkToTestLabel = "ok-to-test"
// GithubOwner is the owner of the github repository
GithubOwner = "kubernetes"
GithubOwner = "kubernetes"
// GithubRepo is the name of the github repository
GithubRepo = "minikube"
GithubRepo = "minikube"
// BotName is the name of the minikube Pull Request bot
BotName = "minikube-pr-bot"
BotName = "minikube-pr-bot"
)