Rearrange whitespace to make goimports happy
parent
e36c937a34
commit
20fc95724e
|
|
@ -35,7 +35,7 @@ var (
|
|||
outputFile io.Writer = os.Stdout
|
||||
|
||||
//GetUUID returns the UUID function to use
|
||||
GetUUID = randomID
|
||||
GetUUID = randomID
|
||||
|
||||
eventFile *os.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"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue