From 20fc95724ef45e015fa42d84b3056fb061e2bdaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sun, 4 Oct 2020 16:05:30 +0200 Subject: [PATCH] Rearrange whitespace to make goimports happy --- pkg/minikube/out/register/cloud_events.go | 2 +- pkg/perf/monitor/constants.go | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/minikube/out/register/cloud_events.go b/pkg/minikube/out/register/cloud_events.go index e0c6fd67cb..2cbe1ed4d4 100644 --- a/pkg/minikube/out/register/cloud_events.go +++ b/pkg/minikube/out/register/cloud_events.go @@ -35,7 +35,7 @@ var ( outputFile io.Writer = os.Stdout //GetUUID returns the UUID function to use - GetUUID = randomID + GetUUID = randomID eventFile *os.File ) diff --git a/pkg/perf/monitor/constants.go b/pkg/perf/monitor/constants.go index 9588e52c29..cc58c6c0f5 100644 --- a/pkg/perf/monitor/constants.go +++ b/pkg/perf/monitor/constants.go @@ -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" )